From 6073c7ad8962f5868e8104079d5ec5183bcecfb2 Mon Sep 17 00:00:00 2001 From: Florent Xicluna Date: Sun, 30 Mar 2014 22:32:32 +0200 Subject: [PATCH] Update .hgignore --- .hgignore | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/.hgignore b/.hgignore index 0343796..5f7505f 100644 --- a/.hgignore +++ b/.hgignore @@ -1,11 +1,12 @@ -lib -include -.*\.pyc$ -dist -bin -flake8.egg-info -man +^bin/ +^dist/ +^include/ +^lib/ +^man/ +/__pycache__/ +\.egg$ +\.egg-info/ \.Python -nose* -.*\.swp -.*.orig +\.orig$ +\.pyc$ +\.swp$