| ... | ... |
@@ -2,12 +2,15 @@ |
| 2 | 2 |
*.obj |
| 3 | 3 |
*.orig |
| 4 | 4 |
*.rej |
| 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 |
| 11 | 14 |
configure |
| 12 | 15 |
Makefile |
| 13 | 16 |
config.h |
| ... | ... |
@@ -16,14 +19,16 @@ |
| 16 | 19 |
libtool |
| 17 | 20 |
stamp-h1 |
| 18 | 21 |
lemon/lemon.pc |
| 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)