mirror of
https://github.com/guezoloic/minishell.git
synced 2026-01-25 09:34:22 +00:00
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:
31
.gitignore
vendored
31
.gitignore
vendored
@@ -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
|
||||
Reference in New Issue
Block a user