changeset 423:f2b1eae0432b

Add ignore patterns to Mercurial.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 20 Feb 2018 22:11:58 -0800
parents 61f343a2aaff
children d8086f81b9c8
files hgrc/hgignore
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgrc/hgignore	Sat Feb 17 19:24:26 2018 -0800
+++ b/hgrc/hgignore	Tue Feb 20 22:11:58 2018 -0800
@@ -1,8 +1,10 @@
 syntax: glob
-
 *~
+*.pyc
 *.pyo
 *.orig
 .DS_Store
 Thumbs.db
+*.egg-info
+__pycache__