Skip to content

Commit 4dbb513

Browse files
committed
Add .ccls to git ignore
.ccls stores configuration data for the CCLS autocomplete engine Signed-off-by: Andrew Young <[email protected]>
1 parent 2cb16a6 commit 4dbb513

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ x64/
181181

182182
# CCLS (language server for C/C++)
183183
.ccls-cache/
184+
.ccls
184185

185186
# config cmake file for vim autocompletion
186187
compile_commands.json

0 commit comments

Comments
 (0)