X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=.gitignore;h=53704da62ae6d03e1cdb58cbad6643e2cf1d2bf9;hb=6737d651d0b72d9f2a4a127bee152da831d0a917;hp=a4ce88164d1372ac78c66b2ce69a84f90c7084b9;hpb=b6bb4af47bf73a52a82b89dbe05a8f3514613d38;p=releng%2Fbuilder.git diff --git a/.gitignore b/.gitignore index a4ce88164..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 @@ -9,4 +10,17 @@ jjb/*/releng-*.yaml # Maven target/ +# Vagrant +.vagrant +# IntelliJ +.idea/ +*.iml + +# Eclipse +.project + +# Python +.tox/ +__pycache__/ +*.pyc