annotate .hgignore @ 423:8f797bb7ccb3

INV-470: Added script to anonymize inventory db.
author Jason Klinger <klinger@nwoca.org>
date Tue, 22 Aug 2023 21:05:52 +0100
parents 8f45c43ea7a4
children
rev   line source
2
1bf338a32172 initial repo
smith@nwoca.org
parents:
diff changeset
1 syntax: regexp
85
8f45c43ea7a4 DEP-12: start upgrading scripts and compose files for RC and docker 1.12
Dave Smith <smith@nwoca.org>
parents: 2
diff changeset
2 \.DS_Store
2
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