From: Wouter de Vries Date: Thu, 6 Dec 2018 09:17:16 +0000 (+0100) Subject: Only unignore directories that have at least a character ending with .cache X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F2904%2Fhead;p=gitignore.git Only unignore directories that have at least a character ending with .cache --- 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/