From 469ae3a7e57aba6fd0f53afdf2657d8f1a439928 Mon Sep 17 00:00:00 2001 From: minux Date: Sat, 12 Apr 2014 01:10:58 -0400 Subject: [PATCH] build: ignore and properly clean tests/vla_test --- .gitignore | 1 + tests/Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ad56048b..348aba7d 100644 --- a/.gitignore +++ b/.gitignore @@ -42,6 +42,7 @@ tests/tests2/fred.txt tests/tests2/*.exe tests/hello tests/abitest-*cc +tests/vla_test .gdb_history tcc.1 tcc.pod diff --git a/tests/Makefile b/tests/Makefile index ee0eafe6..e3824ba9 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -241,5 +241,5 @@ clean: $(MAKE) -C tests2 $@ rm -vf *~ *.o *.a *.bin *.i *.ref *.out *.out? *.out?b *.cc \ *-cc *-tcc *.exe \ - hello libtcc_test tcctest[1234] ex? tcc_g tcclib.h \ + hello libtcc_test vla_test tcctest[1234] ex? tcc_g tcclib.h \ ../lib/libtcc1.a