update git ignore for ./build/ and ./.cache
This commit is contained in:
parent
656ddf2941
commit
d0f7e54f7e
1 changed files with 3 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1,2 +1,4 @@
|
||||||
cmake-build-debug
|
cmake-build-debug
|
||||||
.idea
|
.idea
|
||||||
|
.cache
|
||||||
|
build
|
||||||
Reference in a new issue