1 | 1 |
syntax: glob |
2 | 2 |
*.obj |
3 | 3 |
*.orig |
4 | 4 |
*.rej |
5 | 5 |
*~ |
6 | 6 |
*.o |
7 |
.#.* |
|
8 | 7 |
*.log |
9 | 8 |
*.lo |
10 | 9 |
*.tar.* |
11 | 10 |
Makefile.in |
12 | 11 |
aclocal.m4 |
13 | 12 |
config.h.in |
14 | 13 |
configure |
15 | 14 |
Makefile |
16 | 15 |
config.h |
17 | 16 |
config.log |
18 | 17 |
config.status |
19 | 18 |
libtool |
20 | 19 |
stamp-h1 |
21 | 20 |
lemon/lemon.pc |
22 | 21 |
lemon/libemon.la |
23 | 22 |
lemon/stamp-h2 |
24 | 23 |
doc/Doxyfile |
25 | 24 |
.dirstamp |
26 | 25 |
.libs/* |
27 | 26 |
.deps/* |
28 | 27 |
|
29 | 28 |
syntax: regexp |
29 |
(.*/)?\#[^/]*\#$ |
|
30 | 30 |
^doc/html/.* |
31 | 31 |
^autom4te.cache/.* |
32 | 32 |
^build-aux/.* |
33 | 33 |
^objs.*/.* |
34 | 34 |
^test/[a-z_]*$ |
35 | 35 |
^demo/.*_demo$ |
0 comments (0 inline)