From 9fbaec25f64b6f0312854c992fb58f95fc11de7a Mon Sep 17 00:00:00 2001 From: inglorion Date: Fri, 5 Jul 2013 20:24:37 -0700 Subject: [PATCH] added more generated files to test/.gitignore --- test/.gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/test/.gitignore b/test/.gitignore index d585487..09579c5 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -1,5 +1,7 @@ # Ignore generated files at +auto-bytes +auto-words bitwise block bytes @@ -7,11 +9,18 @@ call div else-if fact +func +func.o gcd gcd.o goto +group +group.o hello if +libfunc.so +libgroup.so +libvar.so many-args many-args-tail many-locals @@ -19,11 +28,18 @@ mod mul plusminus raw +restore-frame +restore-locals rotate +save-frame-and-locals +set-at set-byte set-word shift +substitute-number tail-calls tail-calls.asm tail-calls.o +var +var.o vtable -- 2.11.4.GIT