diff options
author | davezerave <david.runge@frqrec.com> | 2014-01-25 14:01:50 -0800 |
---|---|---|
committer | davezerave <david.runge@frqrec.com> | 2014-01-25 14:01:50 -0800 |
commit | f36bab3657757251435c676f91991873387e324d (patch) | |
tree | 0930c715c4782cd70cbc7c9b453d9043d5a9c1f9 /.gitignore | |
download | random241-f36bab3657757251435c676f91991873387e324d.tar.gz random241-f36bab3657757251435c676f91991873387e324d.tar.bz2 random241-f36bab3657757251435c676f91991873387e324d.tar.xz random241-f36bab3657757251435c676f91991873387e324d.zip |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ded6067 --- /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 |