comparison: .hgignore
.hgignore
- changeset 252
- 6342cbbd1922
- parent 226
- 669136d4e3af
- child 256
- 2c21b42cf11d
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/api/ |
| 7 ^.c?project$ |
7 \.o$ |
| 8 ^.settings/.*$ |
8 \.lo$ |
| |
9 \.la$ |
| |
10 ^autom4te\.cache/ |
| |
11 ^build-aux/ |
| |
12 ^m4/ |
| |
13 ^aclocal.m4$ |
| |
14 ^config\. |
| |
15 ^configure$ |
| |
16 ^libtool$ |
| |
17 Makefile$ |
| |
18 Makefile\.in$ |
| |
19 /\.deps/ |
| |
20 /\.libs/ |
| |
21 ^stamp-h |
| |
22 ^test/ucxtest |
| |
23 /test-suite.log$ |