build: ignore and properly clean tests/vla_test
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user