Fix AaaCertMdsalProvider service and AaaCert RPC service
[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 META-INF/
21 *.iml
22 .DS_Store
23
24 # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
25 hs_err_pid*