From ebe4b49a7fb62c908cc0ed17b614b3588c25f936 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Sun, 19 Dec 2010 00:18:11 -0500 Subject: [PATCH] added .gitignore --- .gitignore | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..24a04f8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +*.o + +# / +/anaglym +/*.dep +/*.exe +/dist +/stdout.txt +/stderr.txt +/sdl_keymap.h +/sdl_keymap.cc +/ag_lua.cc + +# /libsrc/ +/libsrc/*.blend1 + +# /tests/ +/tests/*.blend1