diff options
author | Joshua McKenty <joshua@pistoncloud.com> | 2013-02-26 07:55:24 -0800 |
---|---|---|
committer | Joshua McKenty <joshua@pistoncloud.com> | 2013-02-26 07:55:24 -0800 |
commit | a6889c1cd3d7776e5533bde5d187ce27a0d1af92 (patch) | |
tree | 02a65d4bba833dfbdb4583639f075a6564b8a347 /.gitignore |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..d2d6f360 --- /dev/null +++ b/.gitignore @@ -0,0 +1,35 @@ +*.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 + +# Translations +*.mo + +# Mr Developer +.mr.developer.cfg +.project +.pydevproject |