Ignore test files, except source ones, plus test-driver. Ignore *.Po, apparently generated for tracking dependencies with make, and stamp-h1, used for timestarmping configure.
@@ -1,8 +1,10 @@
+
# emacs-generated files.
*~
\#*\#
# autoconf/automake/autotools shit.
+stamp-h1
compile
depcomp
aclocal.m4
@@ -13,6 +15,16 @@ Makefile
config*
.deps
/missing
+*.Po
+# tests shit
+*.trs
+*.log
+test-driver
+# unittests
+test_*
+!test_*.c
# binaries, libraries, and objects
*.[oa]
@@ -24,4 +36,6 @@ unittest
book/*.pdf
book/*.out
book/*.log
-book/*.aux
+book/*.aux
+book/*.idx
+book/*.toc