From 5073ddd4b7e61beaa90f1316f9f3ba5174805aea Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sun, 11 Aug 2013 14:39:07 +0100 Subject: [PATCH] fetcher: Add Kate swap files to ignore list. Closes #1368 --- SparkleLib/SparkleFetcherBase.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/SparkleLib/SparkleFetcherBase.cs b/SparkleLib/SparkleFetcherBase.cs index 6ac6917f..40261861 100755 --- a/SparkleLib/SparkleFetcherBase.cs +++ b/SparkleLib/SparkleFetcherBase.cs @@ -84,6 +84,7 @@ namespace SparkleLib { "*.part", "*.crdownload", // Firefox and Chromium temporary download files ".*.sw[a-z]", "*.un~", "*.swp", "*.swo", // vi(m) ".directory", // KDE + "*.kate-swp", // Kate ".DS_Store", "Icon\r", "._*", ".Spotlight-V100", ".Trashes", // Mac OS X "*(Autosaved).graffle", // Omnigraffle "Thumbs.db", "Desktop.ini", // Windows