X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=.gitignore;h=851fcaa4f5731f0d47b06db181fe95af8da9aff6;hb=120dd37b214f81e467dd04198230bd47efeca4bc;hp=4ee9ea951f4d64f1b94d76d87ed05c03db92fb21;hpb=1c0e364581a302d7dab9158d6d1a4e0ff7dfe81c;p=releng%2Fbuilder.git diff --git a/.gitignore b/.gitignore index 4ee9ea951..851fcaa4f 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,15 @@ target/ # 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