Bump git-commit-id-maven-plugin to 8.0.0
[odlparent.git] / .gitignore
index bd7d934c3940075a5383a6d29bf57095078025bd..138ebd03b80fcf4ad9316b7092dcb82d4ee88794 100644 (file)
@@ -7,12 +7,23 @@ bin/
 tmp/
 *.tmp
 *.bak
-*.swp
 *~.nib
 local.properties
 .settings/
 .loadpath
 
+.project
+.classpath
+
+.checkstyle
+.fbExcludeFilterFile
+
+# Vim
+.*.sw?
+
+# https://github.com/jbosstools/m2e-apt
+.factorypath
+
 # External tool builders
 .externalToolBuilders/
 
@@ -25,7 +36,7 @@ local.properties
 # PDT-specific
 .buildpath
 
-# sbteclipse plugin 
+# sbteclipse plugin
 .target
 
 # TeXlipse plugin
@@ -64,4 +75,12 @@ atlassian-ide-plugin.xml
 # generated by Crashlytics plugin (for Android Studio and Intellij)
 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