From 1bf095711b4eff0ebec22855f586027fd5479372 Mon Sep 17 00:00:00 2001 From: Daniel Greenfeld Date: Mon, 12 Mar 2012 15:41:48 -0700 Subject: Bigger git ignore --- .gitignore | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 83079cd..73ffeed 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,37 @@ *.pyc *.sublime-project -*.sublime-workspace \ No newline at end of file +*.sublime-workspace + +*.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 +coverage + +#Translations +*.mo + +# Local file cruft/auto-backups +.DS_Store +*~ + +# Sphinx +docs/_build +docs/_static -- cgit v1.2.1