From c8b17212c8191d5a124c691957c05b971f6b4e5f Mon Sep 17 00:00:00 2001 From: Brian Leung Date: Sun, 13 Sep 2020 14:07:09 -0700 Subject: [PATCH] Add ccls files to .gitignore --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) 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