From 4a2316411d9ba50620d8c67961e8e828a749378b Mon Sep 17 00:00:00 2001 From: John Garland Date: Sat, 27 Mar 2010 19:15:04 +1100 Subject: [PATCH] Add .gitignore file to 1.2 branch --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..36165afe6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +*~ +build +dist +*egg-info +*.egg +*.log +*.pyc +*.tar.*