From fd78184a68c60008b98b4a525565b7ab56f26b45 Mon Sep 17 00:00:00 2001 From: marc Date: Wed, 30 Sep 2015 20:27:59 +0200 Subject: Init commit --- .gitignore | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100755 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100755 index 0000000..5684153 --- /dev/null +++ b/.gitignore @@ -0,0 +1,36 @@ +*.py[cod] + +# C extensions +*.so + +# Packages +*.egg +*.egg-info +dist +build +eggs +parts +bin +var +sdist +develop-eggs +.installed.cfg +lib +lib64 +__pycache__ + +# Installer logs +pip-log.txt + +# Unit test / coverage reports +.coverage +.tox +nosetests.xml + +# Translations +*.mo + +# Mr Developer +.mr.developer.cfg +.project +.pydevproject \ No newline at end of file -- cgit v1.2.1