... | ... |
@@ -5,6 +5,9 @@ |
5 | 5 |
*~ |
6 | 6 |
*.o |
7 | 7 |
.#.* |
8 |
*.log |
|
9 |
*.lo |
|
10 |
*.tar.* |
|
8 | 11 |
Makefile.in |
9 | 12 |
aclocal.m4 |
10 | 13 |
config.h.in |
... | ... |
@@ -19,11 +22,13 @@ |
19 | 22 |
lemon/libemon.la |
20 | 23 |
lemon/stamp-h2 |
21 | 24 |
doc/Doxyfile |
22 |
lemon/.dirstamp |
|
23 |
lemon/.libs/* |
|
25 |
.dirstamp |
|
26 |
.libs/* |
|
27 |
.deps/* |
|
24 | 28 |
|
25 | 29 |
syntax: regexp |
26 |
html/.* |
|
27 |
autom4te.cache/.* |
|
28 |
build-aux/.* |
|
29 |
objs.*/.* |
|
30 |
^doc/html/.* |
|
31 |
^autom4te.cache/.* |
|
32 |
^build-aux/.* |
|
33 |
^objs.*/.* |
|
34 |
^test/[a-z_]*$ |
|
... | ... |
No newline at end of file |
0 comments (0 inline)