Update version for Aluminium SR3
[integration/distribution.git] / .gitignore
index 7f3c4dba9a23171947bfee79a91ec02c94868fb8..a508c9ec53994821e22061a77d9179bc6041e342 100644 (file)
@@ -4,7 +4,8 @@
 
 # Java / Maven
 *.class
-**/target
+target/
+target-ide/
 **/logs
 maven-metadata-local.xml
 
@@ -28,3 +29,10 @@ maven-eclipse.xml
 .metadata
 .checkstyle
 .factorypath
+
+# Maven console output redirect
+log.txt
+
+# Tox test/linting files
+.tox/
+_build/