summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore13
1 files changed, 12 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index c6b898e..339d312 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,6 +10,16 @@ libtool
ltmain.sh
m4
missing
+po/Makefile.in.in
+po/Makevars.template
+po/POTFILES
+po/Rules-quot
+po/stamp-po
+po/*.pot
+po/*.sed
+po/*.gmo
+po/*.header
+po/*.sin
src/bin/aplwc
src/tests/test-suite.log
src/tests/test1
@@ -23,4 +33,5 @@ test-driver
**/.libs
**/*.o
**/*.lo
-**/*.la \ No newline at end of file
+**/*.la
+**/*~ \ No newline at end of file