From a11a5a928ae6d5d92b31445089972184b2ea0fd4 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Mon, 29 Sep 2014 12:35:14 +0100 Subject: [PATCH] Add MS Office '~$' temporary file exclude pattern. #1418 --- SparkleLib/SparkleFetcherBase.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/SparkleLib/SparkleFetcherBase.cs b/SparkleLib/SparkleFetcherBase.cs index 10e3fa4d..8859cc32 100755 --- a/SparkleLib/SparkleFetcherBase.cs +++ b/SparkleLib/SparkleFetcherBase.cs @@ -95,6 +95,7 @@ namespace SparkleLib { "~*.ppt", "~*.PPT", "~*.pptx", "~*.PPTX", "~*.xls", "~*.XLS", "~*.xlsx", "~*.XLSX", "~*.doc", "~*.DOC", "~*.docx", "~*.DOCX", + "~$*", "*.a$v", // QuarkXPress "*/CVS/*", ".cvsignore", "*/.cvsignore", // CVS "/.svn/*", "*/.svn/*", // Subversion