From be8ee5b7bae140661e64019459b2f335d134112c 2010-10-27 06:19:35 From: Fernando Perez Date: 2010-10-27 06:19:35 Subject: [PATCH] Small fixes to git ignore file --- diff --git a/.gitignore b/.gitignore index 01d9a61..1f1c943 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,10 @@ +build +./dist docs/dist docs/build/* docs/source/api/generated -*.pyc +*.py[co] build *.egg-info -*.py~ +*~ *.bak