X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=.gitignore;h=53704da62ae6d03e1cdb58cbad6643e2cf1d2bf9;hb=e8d177b310dd93e28aee6393af34248031f8ef0d;hp=1377554ebea6f98a2c748183bc5a96852af12ac2;hpb=6fc4996b50674e81fce8251fbc0258baffa08895;p=releng%2Fbuilder.git diff --git a/.gitignore b/.gitignore index 1377554eb..53704da62 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +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