build: ignore and properly clean tests/vla_test

This commit is contained in:
minux
2014-04-12 01:10:58 -04:00
parent b8eb7dd8e8
commit 469ae3a7e5
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -42,6 +42,7 @@ tests/tests2/fred.txt
tests/tests2/*.exe tests/tests2/*.exe
tests/hello tests/hello
tests/abitest-*cc tests/abitest-*cc
tests/vla_test
.gdb_history .gdb_history
tcc.1 tcc.1
tcc.pod tcc.pod

View File

@ -241,5 +241,5 @@ clean:
$(MAKE) -C tests2 $@ $(MAKE) -C tests2 $@
rm -vf *~ *.o *.a *.bin *.i *.ref *.out *.out? *.out?b *.cc \ rm -vf *~ *.o *.a *.bin *.i *.ref *.out *.out? *.out?b *.cc \
*-cc *-tcc *.exe \ *-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 ../lib/libtcc1.a