diff hgrc/hgignore @ 463:b7eb9c9bd3b4

Ignore tags in mercurial.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 14 Jan 2019 20:50:04 -0800
parents f2b1eae0432b
children 7a69433f0b1c
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__
-