Alon Bar-Lev has uploaded a new change for review. Change subject: cleanup: update .gitignore ......................................................................
cleanup: update .gitignore 1. python objects. 2. build generated files. Change-Id: Ie766950c96bfb36f210e9792437adc5b9c326693 Signed-off-by: Alon Bar-Lev <[email protected]> --- M .gitignore 1 file changed, 7 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/70/11570/1 diff --git a/.gitignore b/.gitignore index 65ebe5f..f0a94c8 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ *.class *.swp *.iws +tmp.* # IDE files ########################### @@ -23,6 +24,12 @@ *.iml .idea +# python files +########################### +*.pyo +*.pyc +__pycache__ + # UI folders ########################### /frontend/webadmin/modules/userportal-gwtp/gen -- To view, visit http://gerrit.ovirt.org/11570 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie766950c96bfb36f210e9792437adc5b9c326693 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
