Fix variable name s/newUser/new_user/
[aaa.git] / .gitignore
index 1d3c804ddcf9a3ad48fcf99062f62f57679f3f83..ffb1faa817ac026f8fb3004b9224458828e406ce 100644 (file)
@@ -1,4 +1,6 @@
 *.class
+.checkstyle
+.fbExcludeFilterFile
 
 # Mobile Tools for Java (J2ME)
 .mtj.tmp/
 .classpath
 .project
 .settings/
+.idea
 
 # 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/
+