From e31b14adfac9e56150938b03f963b042449d0ce2 Mon Sep 17 00:00:00 2001 From: KirillSmelkov Date: Sat, 13 Sep 2008 20:36:29 -0700 Subject: [PATCH] Building tags with ctags [1] helps navigating source code. So I usually build tags, and would like it to be please included in .hgignore . --- .hgignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.hgignore b/.hgignore index 5fa26e2e..a4e97a7f 100644 --- a/.hgignore +++ b/.hgignore @@ -11,3 +11,5 @@ build/ *.orig *.rej *.dep + +tags -- 2.26.2