test
Revision | 1bee67b77a3f8aab55887876254e90937d0a6c29 (tree) |
---|---|
Time | 2009-07-13 13:25:29 |
Author | TATEISHI Katsuyuki <kt@whee...> |
Commiter | TATEISHI Katsuyuki |
Add new entries to .gitignore.
@@ -1,13 +1,20 @@ | ||
1 | 1 | Makefile |
2 | 2 | Makefile.in |
3 | +.deps | |
3 | 4 | *.o |
4 | 5 | *~ |
5 | 6 | /aclocal.m4 |
6 | 7 | /autom4te.cache |
7 | 8 | /autoscan-*log |
9 | +/autoscan.log | |
8 | 10 | /config.h.in |
9 | 11 | /config.h.in~ |
10 | 12 | /configure |
13 | +/configure.scan | |
11 | 14 | /depcomp |
12 | 15 | /install-sh |
13 | 16 | /missing |
17 | +/config.h | |
18 | +/config.log | |
19 | +/config.status | |
20 | +/stamp-h1 |