fetcher: Add exclude rule for QuarkXPress temporary files. #1321

This commit is contained in:
Hylke Bons 2013-06-28 21:18:03 +01:00
parent 544316f587
commit 45ee5cc8f3

View file

@ -91,6 +91,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
"/.hg/*", "*/.hg/*", "*/.hgignore", // Mercurial