changeset 5:22f5f1374143

Add ignore patterns for Mercurial and PyTest.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 03 Jan 2017 09:43:23 -0800
parents 9053902c750e
children 486c2349598e
files .hgignore pytest.ini
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore	Tue Jan 03 09:06:05 2017 -0800
+++ b/.hgignore	Tue Jan 03 09:43:23 2017 -0800
@@ -1,4 +1,5 @@
 syntax:glob
 __pycache__
+venv
 .cache
 *.pyc
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pytest.ini	Tue Jan 03 09:43:23 2017 -0800
@@ -0,0 +1,2 @@
+[pytest]
+norecursedirs = .* _darcs CVS .svn .git .hg *.egg-info dist build venv tmp* _cache {args}