diff options
-rw-r--r-- | .hgignore | 6 | ||||
-rw-r--r-- | po/.hgignore | 4 |
2 files changed, 6 insertions, 4 deletions
@@ -1,3 +1,6 @@ +syntax: glob +*~ + Makefile Makefile.in aclocal.m4 @@ -20,3 +23,6 @@ mkinstalldirs stamp-h1 post-install.sh autom4te.cache + +po/POTFILES +po/*.gmo diff --git a/po/.hgignore b/po/.hgignore deleted file mode 100644 index a57e19405..000000000 --- a/po/.hgignore +++ /dev/null @@ -1,4 +0,0 @@ -Makefile -Makefile.in -*.gmo -POTFILES |