annotate .hgignore @ 2:1bf338a32172

initial repo
author smith@nwoca.org
date Fri, 11 Sep 2015 22:15:38 +0100
parents
children 8f45c43ea7a4
rev   line source
2
1bf338a32172 initial repo
smith@nwoca.org
parents:
diff changeset
1 syntax: regexp
1bf338a32172 initial repo
smith@nwoca.org
parents:
diff changeset
2 ^\.DS_Store
1bf338a32172 initial repo
smith@nwoca.org
parents:
diff changeset
3 .*~$
1bf338a32172 initial repo
smith@nwoca.org
parents:
diff changeset
4 \.orig$
1bf338a32172 initial repo
smith@nwoca.org
parents:
diff changeset
5 \.orig\..*$
1bf338a32172 initial repo
smith@nwoca.org
parents:
diff changeset
6 \.chg\..*$
1bf338a32172 initial repo
smith@nwoca.org
parents:
diff changeset
7 \.rej$
1bf338a32172 initial repo
smith@nwoca.org
parents:
diff changeset
8 \.conflict\~$
1bf338a32172 initial repo
smith@nwoca.org
parents:
diff changeset
9 .*~$
1bf338a32172 initial repo
smith@nwoca.org
parents:
diff changeset
10 syntax: glob
1bf338a32172 initial repo
smith@nwoca.org
parents:
diff changeset
11 **/*.class
1bf338a32172 initial repo
smith@nwoca.org
parents:
diff changeset
12 *\#*
1bf338a32172 initial repo
smith@nwoca.org
parents:
diff changeset
13 classes/*
1bf338a32172 initial repo
smith@nwoca.org
parents:
diff changeset
14 out/*
1bf338a32172 initial repo
smith@nwoca.org
parents:
diff changeset
15 lib/*
1bf338a32172 initial repo
smith@nwoca.org
parents:
diff changeset
16 build/*
1bf338a32172 initial repo
smith@nwoca.org
parents:
diff changeset
17 dist/*
1bf338a32172 initial repo
smith@nwoca.org
parents:
diff changeset
18 nbproject/*
1bf338a32172 initial repo
smith@nwoca.org
parents:
diff changeset
19 .idea/workspace.*
1bf338a32172 initial repo
smith@nwoca.org
parents:
diff changeset
20 *.log
1bf338a32172 initial repo
smith@nwoca.org
parents:
diff changeset
21 .gradle/*
1bf338a32172 initial repo
smith@nwoca.org
parents:
diff changeset
22 .idea/*
1bf338a32172 initial repo
smith@nwoca.org
parents:
diff changeset
23 *.iml
1bf338a32172 initial repo
smith@nwoca.org
parents:
diff changeset
24 *.iws
1bf338a32172 initial repo
smith@nwoca.org
parents:
diff changeset
25 *.ipr
1bf338a32172 initial repo
smith@nwoca.org
parents:
diff changeset
26 gradle-app.*
1bf338a32172 initial repo
smith@nwoca.org
parents:
diff changeset
27 build.xml
1bf338a32172 initial repo
smith@nwoca.org
parents:
diff changeset
28 private*.*
1bf338a32172 initial repo
smith@nwoca.org
parents:
diff changeset
29 *.pdf
1bf338a32172 initial repo
smith@nwoca.org
parents:
diff changeset
30 *.pid