[PATCH] .hgignore += tags
Kirill Smelkov <[email protected]> Wed, 23 Jul 2008 12:18:01 +0400
| Newsgroups | gmane.comp.python.pyrex |
|---|---|
| Message-ID | <f5416d189d82af12920d.1216801081@evo> |
Building tags with ctags [1] helps navigating source code. So I usually build tags, and would like it to be please included in .hgignore . [1] http://ctags.sourceforge.net/ _______________________________________________ Pyrex mailing list [email protected] http://lists.copyleft.no/mailman/listinfo/pyrex
hgignore-tags.patch
(text/x-patch, 531 B)
# HG changeset patch # User Kirill Smelkov <[email protected]> # Date 1216801026 -14400 # Node ID f5416d189d82af12920dc9329a68a1278ecee946 # Parent c0ebb66de8d48fa0b3420e504e34d61c4a0a0442 .hgignore += tags Building tags with ctags [1] helps navigating source code. So I usually build tags, and would like it to be please included in .hgignore . [1] http://ctags.sourceforge.net/ diff --git a/hgignore b/hgignore --- a/hgignore +++ b/hgignore @@ -7,3 +7,5 @@ glob:*.orig glob:*.orig glob:*.new glob:*_copy.c + +tags