mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-05 23:18:08 +01:00
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
This commit is contained in:
parent
9bab2b26d8
commit
9cc5c6bfb7
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -28,3 +28,5 @@ outfile
|
|||
mallocfail_hashes
|
||||
**/compile_flags.txt
|
||||
bash.txt
|
||||
.cache/
|
||||
compile_commands.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue