summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--po/remove-potcdate.sed11
2 files changed, 1 insertions, 11 deletions
diff --git a/.gitignore b/.gitignore
index 1f8860ef..35883073 100644
--- a/.gitignore
+++ b/.gitignore
@@ -79,6 +79,7 @@ perl/blib
perl/pm_to_blib
po/Makevars.template
po/POTFILES
+po/remove-potcdate.sed
po/stamp-it
po/stamp-po
python/guestfs.pyc
diff --git a/po/remove-potcdate.sed b/po/remove-potcdate.sed
deleted file mode 100644
index edb38d70..00000000
--- a/po/remove-potcdate.sed
+++ /dev/null
@@ -1,11 +0,0 @@
-/^"POT-Creation-Date: .*"$/{
-x
-s/P/P/
-ta
-g
-d
-bb
-:a
-x
-:b
-}