summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorKirillSmelkov <none@none>2008-09-13 20:36:29 -0700
committerKirillSmelkov <none@none>2008-09-13 20:36:29 -0700
commite31b14adfac9e56150938b03f963b042449d0ce2 (patch)
tree70f1416f0ab0d8ae36bca3282fc4f910dc785d1b /.hgignore
parent7b3554bdba45c6b3f4b4f4366abba6c368b72adb (diff)
downloadcython-e31b14adfac9e56150938b03f963b042449d0ce2.tar.gz
Building tags with ctags [1] helps navigating source code. So I usually build tags, and would like it to be please included in .hgignore .
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index 5fa26e2e7..a4e97a7fe 100644
--- a/.hgignore
+++ b/.hgignore
@@ -11,3 +11,5 @@ build/
*.orig
*.rej
*.dep
+
+tags