Bump checkstyle to 10.15.0
[odlparent.git] / .gitignore
index fd2ceb79c54beba69de2cf227928efcb7d96b564..138ebd03b80fcf4ad9316b7092dcb82d4ee88794 100644 (file)
@@ -7,7 +7,6 @@ bin/
 tmp/
 *.tmp
 *.bak
-*.swp
 *~.nib
 local.properties
 .settings/
@@ -17,6 +16,13 @@ local.properties
 .classpath
 
 .checkstyle
+.fbExcludeFilterFile
+
+# Vim
+.*.sw?
+
+# https://github.com/jbosstools/m2e-apt
+.factorypath
 
 # External tool builders
 .externalToolBuilders/
@@ -30,7 +36,7 @@ local.properties
 # PDT-specific
 .buildpath
 
-# sbteclipse plugin 
+# sbteclipse plugin
 .target
 
 # TeXlipse plugin
@@ -70,5 +76,11 @@ atlassian-ide-plugin.xml
 com_crashlytics_export_strings.xml
 
 # maven
-target
+target/
+target-ide/
+
+# ./tox.ini Python packages used e.g. by http://coala.io
+.tox/
 
+# Sphinx build directory
+_build