aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorBrian Leung <leungbk@mailfence.com>2020-09-13 14:07:09 -0700
committerBrian Leung <leungbk@mailfence.com>2020-09-13 14:40:23 -0700
commitc8b17212c8191d5a124c691957c05b971f6b4e5f (patch)
tree5e4671d01370936faecc5aba43921538e84a6cd2 /.gitignore
parent7cb5f643a6ee5b8ffee2e0bb9159a677ff76d17c (diff)
Add ccls files to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 0ea27c8c8..573fa0005 100644
--- a/.gitignore
+++ b/.gitignore
@@ -126,4 +126,10 @@ GRTAGS
GSYMS
GTAGS
+# ccls
+/.ccls-cache
+
+# auto-generated compilation database
+compile_commands.json
+
nix-rust/target