Remove AAAWebEnvironment.create()
[aaa.git] / .gitignore
index 0e4f0035371f9b6a8896224f46ece503d29becbd..ffb1faa817ac026f8fb3004b9224458828e406ce 100644 (file)
@@ -1,4 +1,6 @@
 *.class
+.checkstyle
+.fbExcludeFilterFile
 
 # Mobile Tools for Java (J2ME)
 .mtj.tmp/
 
 # Generated stuff
 target/
-META-INF/
+target-ide/
 *.iml
 .DS_Store
+data/
 
 # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
 hs_err_pid*
+
+.factorypath
+.apt_generated_tests/
+
+# Sphinx documentation
+.tox/
+docs/_build/
+