Commit | Line | Data |
---|---|---|
1 | *.class | |
2 | bin/** | |
3 | build/** | |
4 | ||
5 | # Mobile Tools for Java (J2ME) | |
6 | .mtj.tmp/ | |
7 | ||
8 | # Package Files # | |
9 | *.jar | |
10 | *.war | |
11 | *.ear | |
12 | ||
13 | # Generated docs | |
14 | docs/** | |
15 | ||
16 | # Maven artifacts | |
17 | target/** | |
18 | ||
19 | # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml | |
20 | hs_err_pid* | |
21 | ||
22 | # Editor backup files | |
23 | *.java~ | |
24 | *.xml~ | |
25 | ||
26 | # Scratch space | |
27 | misc/** | |
28 | /.project~ | |
29 | ||
30 | pmd.bash | |
31 | pmd-results.html | |
32 | examples/*.sh | |
33 | ||
34 | # Fonts for testing | |
35 | fonts/** |