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