source:
lemon-main/.hgignore
@
142:8b703d177341
Last change on this file since 142:8b703d177341 was 141:96f81c791f0c, checked in by , 17 years ago | |
---|---|
File size: 453 bytes |
Rev | Line | |
---|---|---|
[0] | 1 | syntax: glob |
2 | *.obj | |
3 | *.orig | |
4 | *.rej | |
5 | *~ | |
6 | *.o | |
[9] | 7 | *.log |
8 | *.lo | |
9 | *.tar.* | |
[2] | 10 | Makefile.in |
11 | aclocal.m4 | |
12 | config.h.in | |
13 | configure | |
[3] | 14 | Makefile |
15 | config.h | |
16 | config.log | |
17 | config.status | |
18 | libtool | |
19 | stamp-h1 | |
20 | lemon/lemon.pc | |
21 | lemon/libemon.la | |
22 | lemon/stamp-h2 | |
23 | doc/Doxyfile | |
[9] | 24 | .dirstamp |
25 | .libs/* | |
26 | .deps/* | |
[128] | 27 | demo/*.eps |
[0] | 28 | |
29 | syntax: regexp | |
[111] | 30 | (.*/)?\#[^/]*\#$ |
[9] | 31 | ^doc/html/.* |
32 | ^autom4te.cache/.* | |
33 | ^build-aux/.* | |
34 | ^objs.*/.* | |
[85] | 35 | ^test/[a-z_]*$ |
36 | ^demo/.*_demo$ | |
[141] | 37 | ^build/.* |
38 | CMakeFiles | |
39 | DartTestfile.txt | |
40 | cmake_install.cmake | |
41 | CMakeCache.txt |
Note: See TracBrowser
for help on using the repository browser.