X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=.gitignore;h=53704da62ae6d03e1cdb58cbad6643e2cf1d2bf9;hb=9591cb57736267976fe47447610d5a32283ce5df;hp=6aca512152fdfe75414c8cbaecdb812852cf05a6;hpb=f56df5d877d406deea4725f0ae593774e86c2592;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