mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Add more items to .gitignore (#1850)
- compile_commands.json - .clang - .clangd/
This commit is contained in:
9
.gitignore
vendored
9
.gitignore
vendored
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user