From af97422f031d48c5b6eb5c98bd541a9baa070b84 Mon Sep 17 00:00:00 2001 From: ?ric Araujo Date: Sun, 18 Mar 2012 11:54:08 -0400 Subject: Ignore virtualenv?s man directory (installing nose creates it) --- .hgignore | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/.hgignore b/.hgignore index 3634fa5..6bcc313 100644 --- a/.hgignore +++ b/.hgignore @@ -1,18 +1,14 @@ syntax: glob *.py[co] -__pycache__/ -*.so -configure.cache +*.swp +bin/ +include/ +lib/ +man/ +Distutils2.egg-info MANIFEST build/ dist/ -_static/ -_build/ -*.swp +.tox/ .coverage -.tox -lib -include -bin nosetests.xml -Distutils2.egg-info -- cgit v1.2.1