Mercurial > hg > openmind
annotate .hgignore @ 101:c418851eeb86
change getShortStringList to use Collection.
author | Robert Casties <casties@mpiwg-berlin.mpg.de> |
---|---|
date | Fri, 09 Nov 2018 13:53:27 +0100 |
parents | 74cd973f6ece |
children | 8d79021099a4 |
rev | line source |
---|---|
20 | 1 |
2 syntax: regexp | |
3 ^\.settings$ | |
4 syntax: regexp | |
5 ^target$ | |
6 syntax: regexp | |
7 ^\.classpath$ | |
8 syntax: regexp | |
62 | 9 ^\.project$ |
10 syntax: regexp | |
11 ^src/main/resources/hibernate\.cfg\.xml$ | |
12 syntax: regexp | |
13 ^src/main/resources/log4j\.properties$ | |
14 syntax: regexp | |
15 ^src/main/resources/openmind\.properties$ | |
16 syntax: regexp | |
17 ^src/main/resources/hibernate\.cfg\.xml$ | |
18 syntax: regexp | |
19 ^src/main/resources/log4j\.properties$ | |
20 syntax: regexp | |
65
74cd973f6ece
more work on stale entity update problem. cache compare function works now.
casties
parents:
62
diff
changeset
|
21 ^src/main/resources/openmind\.properties$ |
74cd973f6ece
more work on stale entity update problem. cache compare function works now.
casties
parents:
62
diff
changeset
|
22 syntax: regexp |
74cd973f6ece
more work on stale entity update problem. cache compare function works now.
casties
parents:
62
diff
changeset
|
23 ^bin$ |