Moti Asayag has uploaded a new change for review. Change subject: core: Add script log files to ignore list ......................................................................
core: Add script log files to ignore list DB create and update scripts creates logs by default on the same directory as the script itself. The patch ignores the script output log as being recognized by git. Change-Id: I62c1db428425be183a8f920e34feff5a32587500 Signed-off-by: Moti Asayag <[email protected]> --- M .gitignore 1 file changed, 4 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/24/7724/1 diff --git a/.gitignore b/.gitignore index db6c097..75fe2cd 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,7 @@ /frontend/webadmin/modules/userportal-gwtp/gen /frontend/webadmin/modules/webadmin/gen /frontend/webadmin/modules/webadmin/war + +# Local scripts log files +# ######################### +/backend/manager/dbscripts/*.sh.log -- To view, visit http://gerrit.ovirt.org/7724 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I62c1db428425be183a8f920e34feff5a32587500 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Moti Asayag <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
