From: Marc Abramowitz Date: Sat, 24 Jan 2015 06:59:46 +0000 (-0800) Subject: Add .gitignore X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=7301fa6a3d3dd316c08570057059c911bf6cbd04;p=chevron.git Add .gitignore --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e86540c --- /dev/null +++ b/.gitignore @@ -0,0 +1,30 @@ +*.py[co] + +# Jython +*.class + +# 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