Bumping versions by 0.1.0 for next dev cycle
[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 yang-gen-sal/
23 yang-gen-config/
24
25 # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
26 hs_err_pid*