From 722bc83e0403167c6f411e2c0e37e23047fc7aa4 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Tue, 11 Mar 2008 17:53:17 -0700 Subject: [PATCH] First go at a .gitignore file. --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a35238d --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +.*.sw[a-z] +*.o +*.so +*.a +*.gzc +lua_path -- 2.11.4.GIT