X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=.gitignore;h=851fcaa4f5731f0d47b06db181fe95af8da9aff6;hb=120dd37b214f81e467dd04198230bd47efeca4bc;hp=2cf4dca4e23170044477b83070b53c5589231fca;hpb=382d77acd77e41db496fdebc9eff8134ad711e01;p=releng%2Fbuilder.git diff --git a/.gitignore b/.gitignore index 2cf4dca4e..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 @@ -12,3 +13,18 @@ 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