diff options
author | Kyle <github@kylemiller.com> | 2012-12-13 13:10:02 -0800 |
---|---|---|
committer | Kyle <github@kylemiller.com> | 2012-12-13 13:10:02 -0800 |
commit | 5299f7acf85200a46679334a6bd230d4e2101b7f (patch) | |
tree | ab40303774053077806b9087a79ec904b47542f7 /.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 0000000..d2d6f36 --- /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 |