From 38b9fdf4fb1850caecc0f2ea19bbf99c0cb9ed3c Mon Sep 17 00:00:00 2001 From: Wouter de Vries Date: Thu, 6 Dec 2018 10:17:16 +0100 Subject: [PATCH] Only unignore directories that have at least a character ending with .cache --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/