X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=.gitignore;h=10f24b296cad0010ceddfee41a7ef22336066224;hb=0457d62d378931bb7f6a078add46583feca0ad0b;hp=1a1781c92367e53f578216e270448bb1a2851c08;hpb=6a7225f3756afa3f978c8a3088f0ee669cb57c73;p=integration%2Fpackaging.git diff --git a/.gitignore b/.gitignore index 1a1781c..10f24b2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,24 +1,31 @@ -*.class -**/target -bin/ -dist -**/logs -products -repository -workspace -*~ -target -.classpath -.project -.settings -MANIFEST.MF -opendaylight/northbound/integrationtest/logs/* -*.ipr -*.iml -*.iws +# Vim +.*.sw? + +# Vagrant +.vagrant + +# Tox +.tox/ + +# Coala +node_modules + +# Python .idea *.pyc +*.egg-info/ + +# Robot log.html output.xml report.html -*.swp + +# Ansible +*.retry + +# Archives +*.tar.gz +*.zip + +# Other +packages/deb/opendaylight/*