Add more items to .gitignore (#1850)

- compile_commands.json
- .clang
- .clangd/
This commit is contained in:
Peter Johnson
2019-08-25 23:30:04 -07:00
committed by GitHub
parent 5dd0d1b7db
commit d787b5d609

9
.gitignore vendored
View File

@@ -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/