From e477e20110a3696c81e128d0968d1d1b5cfcfdc8 Mon Sep 17 00:00:00 2001 From: Mohit Muthanna Date: Sun, 18 Apr 2010 10:20:52 -0400 Subject: [PATCH] Added .gitignore. --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0244980 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +ruby_sess.* +.*.swp +.hi +.[oa] +*.pyc +.svn +.class +# except foo.o which is hand maintained +!foo.o