From 659d2b187c2499f948607f83fdb8c40c83c9b048 Mon Sep 17 00:00:00 2001 From: Dirk Eschler Date: Tue, 16 Oct 2012 16:33:57 +0200 Subject: [PATCH] Added .gitignore file. --- .gitignore | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..af60229 --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +*.py[cod] + +# C extensions +*.so + +# Packages +*.egg +*.egg-info +dist +build +eggs +parts +bin +var +sdist +develop-eggs +.installed.cfg +lib +lib64 + +# Installer logs +pip-log.txt + +# Unit test / coverage reports +.coverage +.tox +nosetests.xml