Bump checkstyle to 10.15.0
[odlparent.git] / .gitignore
index 2ef9ec33caab03c9b656b2c806eb81771b0c0396..138ebd03b80fcf4ad9316b7092dcb82d4ee88794 100644 (file)
@@ -7,7 +7,6 @@ bin/
 tmp/
 *.tmp
 *.bak
-*.swp
 *~.nib
 local.properties
 .settings/
@@ -17,6 +16,10 @@ local.properties
 .classpath
 
 .checkstyle
+.fbExcludeFilterFile
+
+# Vim
+.*.sw?
 
 # https://github.com/jbosstools/m2e-apt
 .factorypath
@@ -75,3 +78,9 @@ com_crashlytics_export_strings.xml
 # maven
 target/
 target-ide/
+
+# ./tox.ini Python packages used e.g. by http://coala.io
+.tox/
+
+# Sphinx build directory
+_build