tIgnore temporary file - vaccinewars - be a doctor and try to vaccinate the world
 (HTM) git clone git://src.adamsgaard.dk/vaccinewars
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 2182939206935c97309c8656cfdd140a1cf696da
 (DIR) parent 518eb290c36586abb8a23ad85e87594b50ff84fb
 (HTM) Author: Ben Webb <ben@salilab.org>
       Date:   Thu, 19 Nov 2020 22:22:41 -0800
       
       Ignore temporary file
       
       Diffstat:
         M .gitignore                          |       1 +
         D po/remove-potcdate.sed              |      11 -----------
       
       2 files changed, 1 insertion(+), 11 deletions(-)
       ---
 (DIR) diff --git a/.gitignore b/.gitignore
       t@@ -1,5 +1,6 @@
        po/*.gmo
        po/stamp-po
       +po/remove-potcdate.sed
        win32/install.nsi
        *.o
        *.a
 (DIR) diff --git a/po/remove-potcdate.sed b/po/remove-potcdate.sed
       t@@ -1,11 +0,0 @@
       -/^"POT-Creation-Date: .*"$/{
       -x
       -s/P/P/
       -ta
       -g
       -d
       -bb
       -:a
       -x
       -:b
       -}