Add build and .cache to .gitignore
build is commonly used with CMake (default build dir in VS code) .cache is used by clangd
This commit is contained in:
parent
84170850f3
commit
4b77a68f47
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -7,8 +7,10 @@ cmake_install.cmake
|
||||||
install_manifest.txt
|
install_manifest.txt
|
||||||
*.cmake
|
*.cmake
|
||||||
#Additions to https://github.com/github/gitignore/blob/master/CMake.gitignore
|
#Additions to https://github.com/github/gitignore/blob/master/CMake.gitignore
|
||||||
|
build
|
||||||
Testing
|
Testing
|
||||||
compile_commands.json
|
compile_commands.json
|
||||||
|
.cache
|
||||||
.usages_clang
|
.usages_clang
|
||||||
|
|
||||||
*.crt
|
*.crt
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue