From c038e773de3379f2ee3828228bb9f2f6e9a0906a Mon Sep 17 00:00:00 2001 From: Chris Jerdonek Date: Wed, 16 Jan 2013 18:37:11 -0800 Subject: [PATCH] Make Python .gitignore directory entries match only directories. This commit also alphabetizes the distribution/packaging section after separating the directory entries from the file entries. I left alone a few entries that I'm not sure about (i.e. *.egg and the "Mr Developer" section). --- Python.gitignore | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/Python.gitignore b/Python.gitignore index 9ab94bd9..221be09f 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -1,31 +1,31 @@ # Byte-compiled / optimized / DLL files +__pycache__/ *.py[cod] # C extensions *.so -# Packages -*.egg -*.egg-info -dist -build -eggs -parts -bin -var -sdist -develop-eggs +# Distribution / packaging +bin/ +build/ +develop-eggs/ +dist/ +eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +*.egg-info/ .installed.cfg -lib -lib64 -__pycache__ +*.egg # Installer logs pip-log.txt # Unit test / coverage reports +.tox/ .coverage -.tox nosetests.xml # Translations