X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=.gitignore;h=851fcaa4f5731f0d47b06db181fe95af8da9aff6;hb=38c757a74149f6d119893dc2ddea4325437c6a3a;hp=6aca512152fdfe75414c8cbaecdb812852cf05a6;hpb=297bc27f944f7ffe4501f0f91ace251ff57483cc;p=releng%2Fbuilder.git diff --git a/.gitignore b/.gitignore index 6aca51215..851fcaa4f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,30 @@ -*.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 + +# Bump_MRI_versions +scripts/bump_mri_versions/venv/ +scripts/bump_mri_versions/repos/* \ No newline at end of file