minishell/.gitignore
Khaïs COLIN 9cc5c6bfb7
dev: ignore .cache and compile_commands.json
These files are used by clangd to know where code is located.

To generate them, use
bear -- make re
and restart your lsp

jguelen: you probably don't have to deal with this
2025-02-19 13:56:09 +01:00

32 lines
291 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
infile
outfile
mallocfail_hashes
**/compile_flags.txt
bash.txt
.cache/
compile_commands.json