gitignore.patch -> hgignore.patch
authorTomas Zeman <tzeman@volny.cz>
Fri, 17 Feb 2012 10:23:51 +0100
changeset 132 a908693e3d23
parent 131 e91374e69ba8
child 133 234a43b14e18
gitignore.patch -> hgignore.patch
gitignore.patch
hgignore.patch
series
--- 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 <tzeman@volny.cz>
-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
--- /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 <tzeman@volny.cz>
+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
--- 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