Browse Source

Adding .ccls-cache/ to .gitignore

generated by the language server ccls
pull/2661/head
Yuchen Pei 2 years ago
committed by Daniel Black
parent
commit
bd1eb89d7f
  1. 1
      .gitignore

1
.gitignore

@ -7,6 +7,7 @@
*.rpm
.*.swp
*.ninja
.ccls-cache/
.ninja_*
.gdb_history
.vs/

Loading…
Cancel
Save