changeset 463:b7eb9c9bd3b4

Ignore tags in mercurial.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 14 Jan 2019 20:50:04 -0800
parents 4f6af3e668eb
children 2279514d82e4
files hgrc/hgignore
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/hgrc/hgignore	Mon Jan 14 20:49:49 2019 -0800
+++ b/hgrc/hgignore	Mon Jan 14 20:50:04 2019 -0800
@@ -3,8 +3,8 @@
 *.pyc
 *.pyo
 *.orig
+*.egg-info
+tags
 .DS_Store
 Thumbs.db
-*.egg-info
 __pycache__
-