From 88da46bc37527568fe5a85969bd36b47776592b8 Mon Sep 17 00:00:00 2001 From: Martey Dodoo Date: Thu, 17 Oct 2013 07:50:23 -0400 Subject: [PATCH] Updating .gitignore. This project's .gitignore is based on the Python .gitignore from Github's gitignore repository: . Changes should generally be made by submitting a pull request to that repository instead of modifying this file. --- .gitignore | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 6ec92561..ded60678 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,7 @@ -*.py[co] +*.py[cod] + +# C extensions +*.so # Packages *.egg @@ -12,7 +15,9 @@ var sdist develop-eggs .installed.cfg -MANIFEST +lib +lib64 +__pycache__ # Installer logs pip-log.txt @@ -20,9 +25,12 @@ pip-log.txt # Unit test / coverage reports .coverage .tox +nosetests.xml -#Translations +# Translations *.mo -#Mr Developer +# Mr Developer .mr.developer.cfg +.project +.pydevproject