minishell/.gitignore
Jérôme Guélen fa383c4f17
Expansion: variable substitution V1 attempt
Norm has been checked, test are not up to date. Wildcard management and
filename expansions still to be done.
2025-03-21 10:09:28 +01:00

34 lines
314 B
Text

.DS_Store
.idea
*.log
tmp/
*.swp
*.swo
*.out
*.o
*.d
*.a
*~
*.html
*.profraw
*.profdata
profiles/
test
.ccls-cache
.direnv
.envrc
minishell
testexec.sh
tests/*
!tests/Makefile
!tests/*.c
!tests/*.h
!tests/*.input
infile
outfile
mallocfail_hashes
**/compile_flags.txt
bash.txt
.cache/
compile_commands.json
.vscode