From 1d22d87ae09f40ac1d8f0753da6ac2361c8928b6 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 13 Mar 2017 12:40:10 +0100 Subject: [PATCH] Ignore .cache directory created by unit tests CTest creates this directory for its test results. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3f7faebf5a..22d42783f2 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ resources/i18n/x-test resources/firmware resources/materials LC_MESSAGES +.cache # Editors and IDEs. *kdev*