Commit 29ad0416f17a4d3287053420d0719f081d4f2b58

sammy 2008-05-11T11:23:20

* Ignore autom4te.cache and generated EPS files.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
diff --git a/.gitignore b/.gitignore
index 60120ae..e0e9e08 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,7 @@
 Makefile.in
 Makefile
 aclocal.m4
+autom4te.cache
 config.h
 config.h.in
 config.log
@@ -23,5 +24,6 @@ test/CTest
 test/CXXTest
 docs/stamp-*
 docs/doxygen.cfg
+docs/images/*.eps
 docs/html
 docs/latex