Ignore .cache directory created by unit tests

CTest creates this directory for its test results.
This commit is contained in:
Ghostkeeper 2017-03-13 12:40:10 +01:00
parent ecc973951e
commit 1d22d87ae0
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75

1
.gitignore vendored
View file

@ -10,6 +10,7 @@ resources/i18n/x-test
resources/firmware
resources/materials
LC_MESSAGES
.cache
# Editors and IDEs.
*kdev*