From: Richard Jones Date: Thu, 21 May 2009 14:59:11 +0000 (+0100) Subject: Ignore generated file. X-Git-Tag: 1.0.29~4 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=d215800f10314dd5019d8d171961f8b97a35e817;hp=ff9c8dfcd178dcd3a35ae3e368b461f3bf44b2ad Ignore generated file. --- diff --git a/.gitignore b/.gitignore index 1f8860e..3588307 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 edb38d7..0000000 --- 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 -}