From d787b5d609db011b994a3b0593583fdad4510238 Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Sun, 25 Aug 2019 23:30:04 -0700 Subject: [PATCH] Add more items to .gitignore (#1850) - compile_commands.json - .clang - .clangd/ --- .gitignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 25cbab1d5c..85c56af14b 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ dependency-reduced-pom.xml doxygen.log -buildcmake/ +build*/ # Created by the jenkins test script test-reports @@ -214,3 +214,10 @@ ipch/ # Visual Studio 2015 cache/options directory .vs/ + +# compile_commands +compile_commands.json + +# clang configuration and clangd cache +.clang +.clangd/