From 80ac16fdde2f5b91b46b54228f939d14370b4a08 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 26 Dec 2011 17:52:47 +0000 Subject: [PATCH] added .gitignore file --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8646521 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +.DS_Store +bin +build +include +lib +.Python +*.pyc \ No newline at end of file