Bump git-commit-id-maven-plugin to 8.0.0
[odlparent.git] / .gitignore
index 949335ea215734a058626b35114184b467f026db..138ebd03b80fcf4ad9316b7092dcb82d4ee88794 100644 (file)
@@ -7,7 +7,6 @@ bin/
 tmp/
 *.tmp
 *.bak
-*.swp
 *~.nib
 local.properties
 .settings/
@@ -19,6 +18,9 @@ local.properties
 .checkstyle
 .fbExcludeFilterFile
 
+# Vim
+.*.sw?
+
 # https://github.com/jbosstools/m2e-apt
 .factorypath
 
@@ -76,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