X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=.gitignore;h=851fcaa4f5731f0d47b06db181fe95af8da9aff6;hb=652171953a98455fdbfed448ac1ae1abfba7a649;hp=d5cabc52c0cf4b74132eda1b4295bdeb261dc60e;hpb=4fd9abca19226947fdc966a420774e3e0a1a76ec;p=releng%2Fbuilder.git diff --git a/.gitignore b/.gitignore index d5cabc52c..851fcaa4f 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,24 @@ jenkins.ini # Ignore Sandbox temporary files jjb/*/releng-*.yaml +# Maven +target/ + +# Vagrant +.vagrant + +# IntelliJ +.idea/ +*.iml + +# Eclipse +.project + +# Python +.tox/ +__pycache__/ +*.pyc + +# Bump_MRI_versions +scripts/bump_mri_versions/venv/ +scripts/bump_mri_versions/repos/* \ No newline at end of file