diff options
author | Brian Leung <leungbk@mailfence.com> | 2020-09-13 14:07:09 -0700 |
---|---|---|
committer | Brian Leung <leungbk@mailfence.com> | 2020-09-13 14:40:23 -0700 |
commit | c8b17212c8191d5a124c691957c05b971f6b4e5f (patch) | |
tree | 5e4671d01370936faecc5aba43921538e84a6cd2 | |
parent | 7cb5f643a6ee5b8ffee2e0bb9159a677ff76d17c (diff) |
Add ccls files to .gitignore
-rw-r--r-- | .gitignore | 6 |
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 |