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/