Mercurial > public > ssdtforms
annotate .hgignore @ 2:91703efb1d29
update ssdt-forms and dockerize
author | smith@nwoca.org |
---|---|
date | Mon, 11 Apr 2016 11:53:50 -0400 |
parents | f4f8570d1c56 |
children |
rev | line source |
---|---|
0 | 1 \.orig$ |
2 \.orig\..*$ | |
3 \.chg\..*$ | |
4 \.rej$ | |
5 \.conflict\~$ | |
6 .*~$ | |
2 | 7 classes/ |
0 | 8 glob:out/* |
9 glob:lib/* | |
10 glob:build/* | |
11 glob:dist/* | |
12 glob:nbproject/* | |
13 glob:.idea/workspace.* | |
14 glob:*.log | |
15 glob:.gradle/* | |
16 glob:.idea/* | |
17 glob:*.iml | |
18 glob:*.iws | |
19 glob:*.ipr | |
20 glob:gradle-app.* | |
21 glob:build.xml | |
22 glob:private*.* |