[fetcher] Ignore Omnigraffle autosave files

This commit is contained in:
Hylke Bons 2011-03-04 05:30:11 -08:00
parent 767b933cd5
commit 0911117e31

View file

@ -14,6 +14,7 @@
// You should have received a copy of the GNU General Public License // You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>. // along with this program. If not, see <http://www.gnu.org/licenses/>.
using System; using System;
using System.IO; using System.IO;
using System.Diagnostics; using System.Diagnostics;
@ -154,6 +155,9 @@ namespace SparkleLib {
writer.WriteLine (".Spotlight-V100"); writer.WriteLine (".Spotlight-V100");
writer.WriteLine (".Trashes"); writer.WriteLine (".Trashes");
// Mac OSX
writer.WriteLine ("*(Autosaved).graffle");
// Windows // Windows
writer.WriteLine ("Thumbs.db"); writer.WriteLine ("Thumbs.db");
writer.WriteLine ("Desktop.ini"); writer.WriteLine ("Desktop.ini");