diff options
author | Doug Hellmann <doug.hellmann@gmail.com> | 2012-04-20 09:01:31 -0700 |
---|---|---|
committer | Doug Hellmann <doug.hellmann@gmail.com> | 2012-04-20 09:01:31 -0700 |
commit | 1ddf27ea53704fedfb4add1ba6be587b2e1934b1 (patch) | |
tree | e531e851483cf67967dd3e51d2e99728a5bde81c /.gitignore | |
download | cliff-1ddf27ea53704fedfb4add1ba6be587b2e1934b1.tar.gz |
initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f24cd99 --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +*.py[co] + +# Packages +*.egg +*.egg-info +dist +build +eggs +parts +bin +var +sdist +develop-eggs +.installed.cfg + +# Installer logs +pip-log.txt + +# Unit test / coverage reports +.coverage +.tox + +#Translations +*.mo + +#Mr Developer +.mr.developer.cfg |