1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

move v.v to cmd/v

This commit is contained in:
lutherwenxu
2020-02-09 17:08:04 +08:00
committed by GitHub
parent 3f5e4c55b2
commit 9332a83ce6
64 changed files with 1123 additions and 799 deletions

28
.gitignore vendored
View File

@@ -7,20 +7,20 @@ fns.txt
/v.c
/v.*.c
/v.c.out
/tools/performance_compare
/tools/oldv
/tools/vrepl
/tools/vtest
/tools/vtest-compiler
/tools/vtest-fmt
/tools/vfmt
/tools/vbin2v
/tools/vup
/tools/vpm
/tools/vcreate
/tools/vbuild-examples
/tools/vbuild-tools
/tools/vbuild-vbinaries
/cmd/tools/performance_compare
/cmd/tools/oldv
/cmd/tools/vrepl
/cmd/tools/vtest
/cmd/tools/vtest-compiler
/cmd/tools/vtest-fmt
/cmd/tools/vfmt
/cmd/tools/vbin2v
/cmd/tools/vup
/cmd/tools/vpm
/cmd/tools/vcreate
/cmd/tools/vbuild-examples
/cmd/tools/vbuild-tools
/cmd/tools/vbuild-vbinaries
/v_g
/v_cg
/v_prod