Checkstyle configuration clean-up, removing what is now in odlparent
[aaa.git] / .gitignore
1 *.class
2 .checkstyle
3
4 # Mobile Tools for Java (J2ME)
5 .mtj.tmp/
6
7 # Package Files #
8 *.jar
9 *.war
10 *.ear
11
12 # IDE Files
13 .classpath
14 .project
15 .settings/
16 .idea
17
18 # Generated stuff
19 target/
20 target-ide/
21 META-INF/
22 *.iml
23 .DS_Store
24
25 # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
26 hs_err_pid*