# HG changeset patch # User Ludovic Chabant # Date 1547527804 28800 # Node ID b7eb9c9bd3b4bab93a4723e98ce07b2c8cefa7dd # Parent 4f6af3e668ebc5c7fe0d634f57e8175da6afbdfd Ignore tags in mercurial. diff -r 4f6af3e668eb -r b7eb9c9bd3b4 hgrc/hgignore --- 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__ -