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