X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=.gitignore;h=53704da62ae6d03e1cdb58cbad6643e2cf1d2bf9;hb=c3d700d576f761b9a9416d45d96ae8d7d430f851;hp=d5cabc52c0cf4b74132eda1b4295bdeb261dc60e;hpb=4fd9abca19226947fdc966a420774e3e0a1a76ec;p=releng%2Fbuilder.git diff --git a/.gitignore b/.gitignore index d5cabc52c..53704da62 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ -*.swp +# Ignore Vim temporary files +.*.sw? # Ignore changes to the JJB Configuration File jenkins.ini @@ -6,3 +7,20 @@ jenkins.ini # Ignore Sandbox temporary files jjb/*/releng-*.yaml +# Maven +target/ + +# Vagrant +.vagrant + +# IntelliJ +.idea/ +*.iml + +# Eclipse +.project + +# Python +.tox/ +__pycache__/ +*.pyc