Mercurial > public > ssdt-docker
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 | 1 syntax: regexp |
2 ^\.DS_Store | |
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 |