X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=.gitignore;h=53704da62ae6d03e1cdb58cbad6643e2cf1d2bf9;hb=7b5e27ed8784b8ea44715042dc06ba590eceb19c;hp=2cf4dca4e23170044477b83070b53c5589231fca;hpb=0e348577f3d6f01198540ca7692fa234d42515ba;p=releng%2Fbuilder.git diff --git a/.gitignore b/.gitignore index 2cf4dca4e..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 @@ -12,3 +13,14 @@ target/ # Vagrant .vagrant +# IntelliJ +.idea/ +*.iml + +# Eclipse +.project + +# Python +.tox/ +__pycache__/ +*.pyc