X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=.gitignore;h=851fcaa4f5731f0d47b06db181fe95af8da9aff6;hb=ca33d0303993f6d9a7f0b4bb1a9d245b91ff6ca9;hp=a4ce88164d1372ac78c66b2ce69a84f90c7084b9;hpb=c840aafaed5779dad6979f4ad7ab69e3003e52f2;p=releng%2Fbuilder.git diff --git a/.gitignore b/.gitignore index a4ce88164..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 @@ -9,4 +10,21 @@ 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