From 676d611d6277b3efb74ccfed56ab54967026e387 Mon Sep 17 00:00:00 2001 From: whtsky Date: Mon, 8 Apr 2013 13:13:56 +0800 Subject: [PATCH] add gitignore for virtualenv --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e6b66d10..1a65f9ef 100644 --- a/.gitignore +++ b/.gitignore @@ -38,4 +38,8 @@ nosetests.xml .idea #Sphinx -docs/_ \ No newline at end of file +docs/_ + +#VirtualEnv +.Python +include/ \ No newline at end of file