From d8fd6790011d5fa69988f47a7beec89dcc1fbf8d Mon Sep 17 00:00:00 2001 From: Sam van Kampen Date: Sat, 28 Apr 2012 15:55:20 +0300 Subject: [PATCH 1/2] Added __pycache__ --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index f76ed740..869a3cf0 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -18,6 +18,9 @@ develop-eggs lib lib64 +# The new '__pycache__' in Python 3 +__pycache__ + # Installer logs pip-log.txt From 6c95cdd9b9ba695185b6cd8af767ff12338b31ec Mon Sep 17 00:00:00 2001 From: Sam van Kampen Date: Sun, 13 Jan 2013 17:41:18 +0100 Subject: [PATCH 2/2] Removed comment. --- Python.gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/Python.gitignore b/Python.gitignore index 869a3cf0..13fe2927 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -17,8 +17,6 @@ develop-eggs .installed.cfg lib lib64 - -# The new '__pycache__' in Python 3 __pycache__ # Installer logs