From aea6e5c07030db693b3dbd7d718d38a1f949bf2f Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Tue, 19 Jan 2010 23:13:13 -0800 Subject: [PATCH] updated .gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index b9798d9..dca0a75 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,10 @@ +.DS_Store *.o trash test/*.o test/*.asm + +# TODO just ignore test/bin/* or similar test/test_big test/test_lt test/test_gt @@ -17,3 +20,4 @@ test/test_do test/test_for test/test_break test/test_print +test/test_huge