Mercurial > public > ssdt-docker
annotate .hgignore @ 85:8f45c43ea7a4 feature/djs-DEP-12-docker
DEP-12: start upgrading scripts and compose files for RC and docker 1.12
author | Dave Smith <smith@nwoca.org> |
---|---|
date | Wed, 21 Sep 2016 19:00:41 -0400 |
parents | 1bf338a32172 |
children |
rev | line source |
---|---|
2 | 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 | 3 .*~$ |
4 \.orig$ | |
5 \.orig\..*$ | |
6 \.chg\..*$ | |
7 \.rej$ | |
8 \.conflict\~$ | |
9 .*~$ | |
10 syntax: glob | |
11 **/*.class | |
12 *\#* | |
13 classes/* | |
14 out/* | |
15 lib/* | |
16 build/* | |
17 dist/* | |
18 nbproject/* | |
19 .idea/workspace.* | |
20 *.log | |
21 .gradle/* | |
22 .idea/* | |
23 *.iml | |
24 *.iws | |
25 *.ipr | |
26 gradle-app.* | |
27 build.xml | |
28 private*.* | |
29 *.pdf | |
30 *.pid |