Commit 4b77a68f authored by Hermann von Kleist's avatar Hermann von Kleist
Browse files

Add build and .cache to .gitignore

build is commonly used with CMake (default build dir in VS code)
.cache is used by clangd
parent 84170850
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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