Skip to content

Commit 2d1ef47

Browse files
committed
gitignore: Ignore clang build artifacts
When using language server support from clang, the .cache directory is added. Also for getting lsp working properly the compile_commands.json file has to present (which is just a link to Meson generared json file). Signed-off-by: Daniel Wagner <[email protected]>
1 parent 1c68ec5 commit 2d1ef47

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ a.out
88
*.so.*
99
*.tar.gz
1010
cscope.*
11+
compile_commands.json
1112

1213
.build
14+
.cache
1315

1416
subprojects/*
1517
!subprojects/*.wrap

0 commit comments

Comments
 (0)