Mark Wu has uploaded a new change for review. Change subject: Add vdsm-tool/load_needed_modules.py to .gitignore ......................................................................
Add vdsm-tool/load_needed_modules.py to .gitignore When we're adding a new file (*.py.in) using the macro of autobuild, we need put the auto generated file (*.py) to gitignore list. Change-Id: Ie6f35bd0c4416c5319ef51d1a751b367a3e37d1f Signed-off-by: Mark Wu <[email protected]> --- M .gitignore 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/90/7890/1 diff --git a/.gitignore b/.gitignore index d7a3472..49a78ef 100644 --- a/.gitignore +++ b/.gitignore @@ -40,6 +40,7 @@ vdsm/vdsm.rwtab vdsm/vdsmd.8 vdsm/vdsmd.init +vdsm-tool/load_needed_modules.py vdsm-tool/validate_ovirt_certs.py vdsm_cli/vdsClient vdsm_cli/vdscli.py -- To view, visit http://gerrit.ovirt.org/7890 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie6f35bd0c4416c5319ef51d1a751b367a3e37d1f Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Mark Wu <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
