X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=.gitignore;h=a508c9ec53994821e22061a77d9179bc6041e342;hb=d3d3b6880a4417852f065677724aaf2c5195e290;hp=7f3c4dba9a23171947bfee79a91ec02c94868fb8;hpb=13a5a2b983e0e02b20b5b52c11f59073f9217a09;p=integration%2Fdistribution.git diff --git a/.gitignore b/.gitignore index 7f3c4dba..a508c9ec 100644 --- a/.gitignore +++ b/.gitignore @@ -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/