X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=.gitignore;h=53704da62ae6d03e1cdb58cbad6643e2cf1d2bf9;hb=4f8152aefad00f771fa5d79f4d3fb7c486ea363b;hp=d5cabc52c0cf4b74132eda1b4295bdeb261dc60e;hpb=d7957b81bd0b4bd5d0fa025a843f221d3c1d2b4b;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