From 33dd88ab847ae615028c9981d6e12b53cbcd6799 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Evandro=20Leopoldino=20Gon=C3=A7alves?= Date: Sat, 14 Dec 2013 12:07:26 -0200 Subject: [PATCH 1/2] Update Python.gitignore --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 50a87264..3a025deb 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -6,6 +6,9 @@ __pycache__/ *.so # Distribution / packaging +.Python +env/ +include/ bin/ build/ develop-eggs/ From 808d28fab19c356996b017c3c5d5cd6f9f4cebc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Evandro=20Leopoldino=20Gon=C3=A7alves?= Date: Tue, 7 Jan 2014 15:56:17 -0200 Subject: [PATCH 2/2] Update Python.gitignore --- Python.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index 3a025deb..76f2a469 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -8,7 +8,6 @@ __pycache__/ # Distribution / packaging .Python env/ -include/ bin/ build/ develop-eggs/