Mercurial > public > ssdtforms
annotate .hgignore @ 3:4ce973027b2a
increase size of jira issue field
author | smith@nwoca.org |
---|---|
date | Tue, 01 Nov 2016 19:28:55 +0100 |
parents | 91703efb1d29 |
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*.* |