Martin Polednik has uploaded a new change for review. Change subject: gitignore: add tags ......................................................................
gitignore: add tags Ctags generate tag files for source code. Most of the approaches for storing tags use the root directory of a project. This patch adds the 'tags' file to gitignore, causing git to ignore the tags file. This is helpful when calling e.g. git clean, because the tags would be deleted. Change-Id: Ic41dd126dd00af7d8f00cfbd21a9aecee15f9ea9 Signed-off-by: Martin Polednik <[email protected]> --- M .gitignore 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/64/46664/1 diff --git a/.gitignore b/.gitignore index 78af6fc..3c6c9e8 100644 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,7 @@ lib/vdsm/vdscli.py lib/vdsm/vdsm.conf.sample results.log +tags tests/crossImportsTests.py tests/run_tests.sh tests/run_tests_local.sh -- To view, visit https://gerrit.ovirt.org/46664 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic41dd126dd00af7d8f00cfbd21a9aecee15f9ea9 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Martin Polednik <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
