Remove groupId
[aaa.git] / .gitignore
1 *.class
2 .checkstyle
3 .fbExcludeFilterFile
4
5 # Mobile Tools for Java (J2ME)
6 .mtj.tmp/
7
8 # Package Files #
9 *.jar
10 *.war
11 *.ear
12
13 # IDE Files
14 .classpath
15 .project
16 .settings/
17 .idea
18
19 # Generated stuff
20 target/
21 target-ide/
22 *.iml
23 .DS_Store
24 data/
25
26 # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
27 hs_err_pid*
28
29 .factorypath
30 .apt_generated_tests/
31
32 # Sphinx documentation
33 .tox/
34 docs/_build/
35