diff options
| author | mykmo <mike.osipov@gmail.com> | 2013-07-11 03:23:57 -0700 |
|---|---|---|
| committer | mykmo <mike.osipov@gmail.com> | 2013-07-11 03:23:57 -0700 |
| commit | 41c8f13ed8a746f1f77fe2dd5dac9826714851a5 (patch) | |
| tree | f3a29d8ce4284cb00f8cd4056f76504f3a99cd0f /.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 |
