changelog shortlog tags browse all files raw

changeset: Building tags with ctags [1] helps navigating source code. So I usually build tags, and would like it to be please included in .hgignore .

changeset 1153: 61cf3db139ad
parent 1152:f5f7c3df67d8
child 1154:93af50c93052
author: KirillSmelkov
date: Sat Sep 13 20:36:29 2008 -0700 (3 months ago)
files: .hgignore
description: Building tags with ctags [1] helps navigating source code. So I usually build tags, and would like it to be please included in .hgignore .
--- a/.hgignore	Sat Sep 13 20:29:53 2008 -0700
+++ b/.hgignore	Sat Sep 13 20:36:29 2008 -0700
@@ -11,3 +11,5 @@ build/
 *.orig
 *.rej
 *.dep
+
+tags