Ignore Firefox and Chromium temp download files

This commit is contained in:
Hylke Bons 2011-09-11 23:47:36 +02:00
parent 19645f2182
commit c1b684dc2a

View file

@ -209,6 +209,10 @@ namespace SparkleLib {
// gedit and emacs
writer.WriteLine ("*~");
// Firefox and Chromium temporary download files
writer.WriteLine (".part");
writer.WriteLine (".crdownload");
// vi(m)
writer.WriteLine (".*.sw[a-z]");
writer.WriteLine ("*.un~");