Mercurial > hg > openmind
annotate .hgignore @ 118:d275e1b99bce
remove is_autograph="no" values from XML dump.
author | Robert Casties <casties@mpiwg-berlin.mpg.de> |
---|---|
date | Mon, 02 Sep 2019 18:01:06 +0200 |
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$ |