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