Skip to content

Commit afdf3a4

Browse files
committed
git: ignore C/C++ LSP caches and local configs
This adds some well-known file and dir names which are not typically checked into the repo. [skip ci]
1 parent d9de936 commit afdf3a4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
/releases/temp/
44
NOTES.md
55
.vagrant/
6+
# LSP caches and local configs
7+
.clangd
8+
.cquery
9+
.ccls
10+
.ccls-cache
11+
compile_commands.json
12+
compile_flags.txt
613

714
# gnu global
815
/src/GPATH

0 commit comments

Comments
 (0)