aboutsummaryrefslogtreecommitdiffstats
path: root/VisualStudio.gitignore
diff options
context:
space:
mode:
authorWouter de Vries <wouterdevries@silverfit.nl>2018-12-06 10:17:16 +0100
committerWouter de Vries <wouterdevries@silverfit.nl>2018-12-06 10:17:16 +0100
commit38b9fdf4fb1850caecc0f2ea19bbf99c0cb9ed3c (patch)
treedd978792fe401987fa9b88783722e740a2fe45d9 /VisualStudio.gitignore
parente313e296c1e284d908adcb95bf4f2812617d4de1 (diff)
downloadgitignore-38b9fdf4fb1850caecc0f2ea19bbf99c0cb9ed3c.tar.gz
gitignore-38b9fdf4fb1850caecc0f2ea19bbf99c0cb9ed3c.zip
Only unignore directories that have at least a character ending with .cache
Diffstat (limited to 'VisualStudio.gitignore')
-rw-r--r--VisualStudio.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore
index 4ba92b04..d1fc54de 100644
--- a/VisualStudio.gitignore
+++ b/VisualStudio.gitignore
@@ -211,7 +211,7 @@ _pkginfo.txt
# files ending in .cache can be ignored
*.[Cc]ache
# but keep track of directories ending in .cache
-!*.[Cc]ache/
+!?*.[Cc]ache/
# Others
ClientBin/