Mercurial > public > ssdt-docker
annotate .hgignore @ 229:6210629ba54f production v1.7.0
flow: Merged <release> 'v1.7.0' to <master> ('production').
author | smith@nwoca.org |
---|---|
date | Mon, 09 Oct 2017 21:35:35 +0100 |
parents | 8f45c43ea7a4 |
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 |