Bump versions by x.y.(z+1)
[odlparent.git] / .gitignore
index 09918bc3d8f5835d75ab2e0d64a859b24bf04abf..b87c303739e417fc1461cd1828b6664f9251a151 100644 (file)
@@ -13,6 +13,15 @@ local.properties
 .settings/
 .loadpath
 
+.project
+.classpath
+
+.checkstyle
+.fbExcludeFilterFile
+
+# https://github.com/jbosstools/m2e-apt
+.factorypath
+
 # External tool builders
 .externalToolBuilders/
 
@@ -25,7 +34,7 @@ local.properties
 # PDT-specific
 .buildpath
 
-# sbteclipse plugin 
+# sbteclipse plugin
 .target
 
 # TeXlipse plugin
@@ -65,5 +74,8 @@ 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/