comparison: .hgignore
.hgignore
- changeset 256
- 2c21b42cf11d
- parent 252
- 6342cbbd1922
- child 258
- d9f4285c795c
equal
deleted
inserted
replaced
| 1 syntax:regexp |
1 syntax:regexp |
| 2 ^nbproject/ |
2 ^nbproject/ |
| 3 ^build/ |
3 ^build/ |
| 4 /core$ |
4 /core$ |
| 5 DS_Store$ |
5 DS_Store$ |
| 6 ^docs/api/ |
6 ^docs/web/ |
| |
7 ^docs/man/ |
| 7 \.o$ |
8 \.o$ |
| 8 \.lo$ |
9 \.lo$ |
| 9 \.la$ |
10 \.la$ |
| 10 ^autom4te\.cache/ |
11 ^autom4te\.cache/ |
| 11 ^build-aux/ |
12 ^build-aux/ |
| 12 ^m4/ |
13 ^m4/ |
| 13 ^aclocal.m4$ |
14 ^aclocal.m4$ |
| 14 ^config\. |
15 ^config\. |
| 15 ^configure$ |
16 ^configure$ |
| 16 ^libtool$ |
17 ^libtool$ |
| 17 Makefile$ |
18 ^src/.*Makefile$ |
| |
19 ^test/.*Makefile$ |
| |
20 ^Makefile$ |
| 18 Makefile\.in$ |
21 Makefile\.in$ |
| 19 /\.deps/ |
22 /\.deps/ |
| 20 /\.libs/ |
23 /\.libs/ |
| 21 ^stamp-h |
24 ^stamp-h |
| 22 ^test/ucxtest |
25 ^test/ucxtest |