From cccf7cc7443c00c84fb59a4e840ebca45a0c1e01 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Tue, 10 Jul 2012 15:45:58 -0400 Subject: initialize repo, add gitignore --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f466019 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +*.o +*.a +*.pyc +*~ +*.swp +.* +*.tmp +*.old -- cgit v1.2.3