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:
Hermann von Kleist 2023-04-03 13:38:13 +02:00
commit 4b77a68f47

2
.gitignore vendored
View file

@ -7,8 +7,10 @@ cmake_install.cmake
install_manifest.txt
*.cmake
#Additions to https://github.com/github/gitignore/blob/master/CMake.gitignore
build
Testing
compile_commands.json
.cache
.usages_clang
*.crt