feat: update minishell structure

change rust language -> GNU Assembly
add a Dockerfile to build on x64 linux
also add Makefile pre config (must change)
This commit is contained in:
2025-10-12 19:21:47 +02:00
parent 61980d7946
commit e2a49516ec
9 changed files with 75 additions and 56 deletions

31
.gitignore vendored
View File

@@ -1,21 +1,16 @@
# Generated by Cargo
# will have compiled files and executables
debug
target
*.o
*.out
*.bin
*.elf
*.exe
a.out
# These are backup files generated by rustfmt
**/*.rs.bk
*~
*.swp
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
.vscode/
.idea/
.env/
.DS_Store
# Generated by cargo mutants
# Contains mutation testing data
**/mutants.out*/
# RustRover
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
*.log