Mercurial > public > develkit
comparison .hgignore @ 126:b2532280341e
CM-133: switch to sonar-runner
author | smith@nwoca.org |
---|---|
date | Tue, 04 Jun 2013 16:50:46 +0100 |
parents | bdc17bcaf797 |
children |
comparison
equal
deleted
inserted
replaced
124:81a8ecfbc8fa | 126:b2532280341e |
---|---|
1 \.orig$ | 1 \.orig$ |
2 \.orig\..*$ | 2 \.orig\..*$ |
3 \.chg\..*$ | 3 \.chg\..*$ |
4 \.rej$ | 4 \.rej$ |
5 \.conflict\~$ | 5 \.conflict\~$ |
6 ~$ | 6 .*~$ |
7 glob:out/* | |
8 glob:lib/* | |
9 glob:build/* | |
10 glob:dist/* | |
11 glob:nbproject/* | |
12 glob:.idea/workspace.* | |
13 glob:*.log | |
14 glob:.gradle/* | |
15 glob:.idea/* | |
16 glob:*.iml | |
17 glob:*.iws | |
18 glob:*.ipr | |
19 glob:gradle-app.* | |
20 glob:build.xml | |
21 glob:private*.* | |
22 glob:*.pdf |