From e0dd798cdd5f8ae3b77d0d1d7206bf11d043a88d Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sun, 1 Mar 2020 22:38:50 +0000 Subject: [PATCH] git: ignore clangd index folder and compile_commands --- git/ignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/git/ignore b/git/ignore index e989688..fcc1604 100644 --- a/git/ignore +++ b/git/ignore @@ -12,3 +12,6 @@ build-*/ .ignore # OSX .DS_Store +# clangd +.clangd +compile_commands.json -- 2.48.1