X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=.gitignore;h=7e893869ee9cb9f78479efe7e27d48e45559ee69;hb=e2caf1d81307bc3c0db391ca8129a585b5c06e8d;hp=33a0451bb83fa4de6ffaed6c59b234dcf7524ff4;hpb=7c09ed9f79c373aef0a811ee24f6f642ac1b43c9;p=doctor.git diff --git a/.gitignore b/.gitignore index 33a0451b..7e893869 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,17 @@ *~ +*.pyc .*.sw? +**.log +*.pyc +/*.egg-info/ +/build/ /docs_build/ /docs_output/ /releng/ +/tests/*.img + +#IntelJ Idea +.idea/ + +#Build results +.tox