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