From bc1c5d21b24d59a17075284b84f37b1639cf20d3 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Tue, 11 Dec 2012 20:56:07 +0100 Subject: [PATCH] fetcher: compression exclude rules: tar is not compressed, add truecrypt volumes --- SparkleLib/Git/SparkleFetcherGit.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleLib/Git/SparkleFetcherGit.cs b/SparkleLib/Git/SparkleFetcherGit.cs index b84e7c93..c44a41cc 100755 --- a/SparkleLib/Git/SparkleFetcherGit.cs +++ b/SparkleLib/Git/SparkleFetcherGit.cs @@ -376,7 +376,7 @@ namespace SparkleLib.Git { "jpg", "jpeg", "png", "tiff", "gif", // Images "flac", "mp3", "ogg", "oga", // Audio "avi", "mov", "mpg", "mpeg", "mkv", "ogv", "ogx", "webm", // Video - "zip", "gz", "bz", "bz2", "rpm", "deb", "tgz", "rar", "ace", "7z", "pak", "tar", "iso" // Archives + "zip", "gz", "bz", "bz2", "rpm", "deb", "tgz", "rar", "ace", "7z", "pak", "tc", "iso" // Archives }; foreach (string extension in extensions) {