annotate .hgignore @ 179:c9dec00f0f17

add "show private" to browse all function.
author Robert Casties <casties@mpiwg-berlin.mpg.de>
date Fri, 08 Jun 2018 18:59:49 +0200
parents 4aa8c425685d
children 02bdc92bd594
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
59
403afc3d94eb delete config files of instance in repo. copy *.template and edit in instance.
casties
parents:
diff changeset
1
403afc3d94eb delete config files of instance in repo. copy *.template and edit in instance.
casties
parents:
diff changeset
2 syntax: regexp
403afc3d94eb delete config files of instance in repo. copy *.template and edit in instance.
casties
parents:
diff changeset
3 ^\.classpath$
403afc3d94eb delete config files of instance in repo. copy *.template and edit in instance.
casties
parents:
diff changeset
4 syntax: regexp
403afc3d94eb delete config files of instance in repo. copy *.template and edit in instance.
casties
parents:
diff changeset
5 ^\.project$
403afc3d94eb delete config files of instance in repo. copy *.template and edit in instance.
casties
parents:
diff changeset
6 syntax: regexp
403afc3d94eb delete config files of instance in repo. copy *.template and edit in instance.
casties
parents:
diff changeset
7 ^target$
403afc3d94eb delete config files of instance in repo. copy *.template and edit in instance.
casties
parents:
diff changeset
8 syntax: regexp
65
c4829c26d776 first version of translit normalization service using the JSON interface.
casties
parents: 59
diff changeset
9 ^\.metadata$
c4829c26d776 first version of translit normalization service using the JSON interface.
casties
parents: 59
diff changeset
10 syntax: regexp
59
403afc3d94eb delete config files of instance in repo. copy *.template and edit in instance.
casties
parents:
diff changeset
11 ^\.settings$
403afc3d94eb delete config files of instance in repo. copy *.template and edit in instance.
casties
parents:
diff changeset
12 syntax: regexp
403afc3d94eb delete config files of instance in repo. copy *.template and edit in instance.
casties
parents:
diff changeset
13 ^\.externalToolBuilders$
403afc3d94eb delete config files of instance in repo. copy *.template and edit in instance.
casties
parents:
diff changeset
14 syntax: regexp
403afc3d94eb delete config files of instance in repo. copy *.template and edit in instance.
casties
parents:
diff changeset
15 ^src/main/resources/hibernate\.cfg\.xml$
403afc3d94eb delete config files of instance in repo. copy *.template and edit in instance.
casties
parents:
diff changeset
16 syntax: regexp
403afc3d94eb delete config files of instance in repo. copy *.template and edit in instance.
casties
parents:
diff changeset
17 ^src/main/resources/log4j\.properties$
403afc3d94eb delete config files of instance in repo. copy *.template and edit in instance.
casties
parents:
diff changeset
18 syntax: regexp
119
4aa8c425685d less System.out.println.
casties
parents: 65
diff changeset
19 ^src/main/resources/openmind\.properties$
4aa8c425685d less System.out.println.
casties
parents: 65
diff changeset
20 syntax: regexp
4aa8c425685d less System.out.println.
casties
parents: 65
diff changeset
21 ^bin$