X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=.gitignore;h=851fcaa4f5731f0d47b06db181fe95af8da9aff6;hb=refs%2Fchanges%2F68%2F111168%2F1;hp=e62be0dff2f268428f50fde5cc7beded95dcd347;hpb=da68e3989071f3ab225b3b5d439457cac5464bc3;p=releng%2Fbuilder.git diff --git a/.gitignore b/.gitignore index e62be0dff..851fcaa4f 100644 --- a/.gitignore +++ b/.gitignore @@ -13,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