Ticket #55 (closed defect: fixed)

Opened 3 months ago

Last modified 2 months ago

tags in hgignore

Reported by: robertwb Assigned to: somebody
Priority: major Milestone: 0.10
Component: Packaging Version:
Keywords: Cc:

Description

# HG changeset patch
# User Kirill Smelkov <kirr@landau.phys.spbu.ru>
# 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

Change History

09/13/2008 08:40:22 PM changed by robertwb

09/13/2008 08:40:49 PM changed by robertwb

  • status changed from new to closed.
  • resolution set to fixed.