mirror of
https://github.com/mirror/tinycc.git
synced 2025-01-27 06:10:06 +08:00
build: ignore and properly clean tests/vla_test
This commit is contained in:
parent
b8eb7dd8e8
commit
469ae3a7e5
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user