From 179898e95767a330410b0dccdd7d28e4be33f56d Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Thu, 14 Apr 2011 12:05:25 -0400 Subject: [PATCH] add standard gitignore --- gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 gitignore diff --git a/gitignore b/gitignore new file mode 100644 index 0000000..19d839b --- /dev/null +++ b/gitignore @@ -0,0 +1,4 @@ +*.pyc +.*.swp +*.o +.sconsign.dblite