Files
minishell/.gitignore
Loïc GUEZO e2a49516ec feat: update minishell structure
change rust language -> GNU Assembly
add a Dockerfile to build on x64 linux
also add Makefile pre config (must change)
2025-10-12 19:21:47 +02:00

16 lines
83 B
Plaintext

*.o
*.out
*.bin
*.elf
*.exe
a.out
*~
*.swp
.vscode/
.idea/
.env/
.DS_Store
*.log