From 52ff767b7a16caf3e7b61213669e3c4f258875ea Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Fri, 21 Feb 2014 10:34:02 +1100 Subject: [PATCH] Stop ignoring bin/ in Python template --- Python.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index 76f2a469..d1f1738d 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -8,7 +8,6 @@ __pycache__/ # Distribution / packaging .Python env/ -bin/ build/ develop-eggs/ dist/