dev: add ./minishell to .gitignore

This commit is contained in:
mcolonna 2024-04-23 13:27:37 +02:00
parent 62b6958022
commit 23d28a9d93

1
.gitignore vendored
View file

@ -35,6 +35,7 @@
*.i*86
*.x86_64
*.hex
./minishell
# Debug files
*.dSYM/