# HG changeset patch # User Tomas Zeman # Date 1329470631 -3600 # Node ID a908693e3d23c8b424d98d3e7ee0c8bbb35f050a # Parent e91374e69ba80b1c03aae632be663b6281fdc429 gitignore.patch -> hgignore.patch diff -r e91374e69ba8 -r a908693e3d23 gitignore.patch --- a/gitignore.patch Fri Feb 17 10:19:19 2012 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,14 +0,0 @@ -From 9d4dac5327cd6cb2553c2379b36e141c93fd9cfd Mon Sep 17 00:00:00 2001 -From: Tomas Zeman -Date: Tue, 25 Sep 2007 22:50:58 +0200 -Subject: [PATCH] .gitignore: ignore vim swap+backup files - -diff --git a/.gitignore b/.gitignore -index 0b551d6..e18fc85 100644 ---- a/.gitignore -+++ b/.gitignore -@@ -31,3 +31,4 @@ frugalware-* - pkg - pkg.* - src -+.*.swp diff -r e91374e69ba8 -r a908693e3d23 hgignore.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/hgignore.patch Fri Feb 17 10:23:51 2012 +0100 @@ -0,0 +1,27 @@ +From: Tomas Zeman +Date: Tue, 25 Sep 2007 22:50:58 +0200 +.hgignore + +diff --git a/.gitignore b/.hgignore +rename from .gitignore +rename to .hgignore +--- a/.gitignore ++++ b/.hgignore +@@ -1,3 +1,4 @@ ++syntax: glob + *~ + *.asc + *.bin +@@ -23,6 +24,7 @@ + *.tgz + *.xpi + *.zip ++*.rej + AUTHORS + Changelog* + Filelist.txt +@@ -31,3 +33,4 @@ + pkg + pkg.* + src ++.*.swp diff -r e91374e69ba8 -r a908693e3d23 series --- a/series Fri Feb 17 10:19:19 2012 +0100 +++ b/series Fri Feb 17 10:23:51 2012 +0100 @@ -1,6 +1,6 @@ guilt.patch vpnc.patch -gitignore.patch +hgignore.patch vmailmgr.patch diet-bglibs.patch diet-cvm.patch