Browse Source

Ignoring more files: generated from makefile, and with make check.

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.
Michele Orrù 11 years ago
parent
commit
5b3890de52
1 changed files with 15 additions and 1 deletions
  1. 15 1
      .gitignore

+ 15 - 1
.gitignore

@@ -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