git: added .cache/ to gitignore
This commit is contained in:
parent
ebdc1e50ae
commit
3825c0e0bb
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -2,7 +2,8 @@
|
||||||
build/
|
build/
|
||||||
bin/
|
bin/
|
||||||
# Ignore IDE artefacts
|
# Ignore IDE artefacts
|
||||||
.kdev4
|
.kdev4/
|
||||||
|
.cache/
|
||||||
*.kdev4
|
*.kdev4
|
||||||
# Ignore run artefacts
|
# Ignore run artefacts
|
||||||
imgui.ini
|
imgui.ini
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue