diff --git a/SparkleLib/SparkleFetcherBase.cs b/SparkleLib/SparkleFetcherBase.cs index 60919134..09174780 100755 --- a/SparkleLib/SparkleFetcherBase.cs +++ b/SparkleLib/SparkleFetcherBase.cs @@ -93,7 +93,9 @@ namespace SparkleLib { "*/CVS/*", ".cvsignore", "*/.cvsignore", // CVS "/.svn/*", "*/.svn/*", // Subversion "/.hg/*", "*/.hg/*", "*/.hgignore", // Mercurial - "/.bzr/*", "*/.bzr/*", "*/.bzrignore" // Bazaar + "/.bzr/*", "*/.bzr/*", "*/.bzrignore", // Bazaar + "*<*", "*>*", "*:*", "*\"*", "*|*", "*\\?*", "*\\**", "*\\\\*" // Not allowed on Windows systems, + // see (http://msdn.microsoft.com/en-us/library/aa365247(v=vs.85).aspx) };