From 5fcef9cac386e89eb4f72bc0f4c54014869cebc4 Mon Sep 17 00:00:00 2001 From: MinRK Date: Tue, 5 Jul 2011 17:25:05 -0700 Subject: [PATCH] update gitignore to exclude dist and zipped man pages These are files generated when building releases, that should not be tracked. --- .gitignore | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 6221076cf..b455e338b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,7 @@ build -./dist -docs/dist -docs/build -docs/_build +dist +_build +docs/man/*.gz docs/source/api/generated docs/gh-pages *.py[co]