2019-12-01 10:50:13 +01:00
|
|
|
fns.txt
|
2019-06-23 01:35:34 +02:00
|
|
|
*.dSYM
|
2019-06-26 19:03:35 +02:00
|
|
|
*_test
|
2019-07-03 16:12:38 +02:00
|
|
|
/v
|
|
|
|
/vprod
|
|
|
|
/v.c
|
2019-08-10 00:11:17 +02:00
|
|
|
/v.*.c
|
|
|
|
/v.c.out
|
2019-07-17 18:23:28 +02:00
|
|
|
/v.exe
|
2019-09-28 13:17:16 +02:00
|
|
|
/tools/performance_compare
|
|
|
|
/tools/performance_compare.exe
|
tools/vget => tools/v , search, install, etc
* compiler: rename vget to tools/vpm, implement draft support for v vpm search, v vpm update, v vpm install, v vpm remove, v vpm help .
* compiler: use "v pm" instead of "v vpm" to reduce the redundancy of typing, as suggested by slapden
* Use 'v install modulename', 'v search keywords', 'v update modulename', 'v remove modulename' instead of the longer 'v pm install modulename' etc.
2019-11-01 13:19:04 +01:00
|
|
|
/tools/vrepl
|
|
|
|
/tools/vrepl.exe
|
|
|
|
/tools/vtest
|
|
|
|
/tools/vtest.exe
|
2019-12-01 10:50:13 +01:00
|
|
|
/tools/vtest-compiler
|
|
|
|
/tools/vtest-compiler.exe
|
tools/vget => tools/v , search, install, etc
* compiler: rename vget to tools/vpm, implement draft support for v vpm search, v vpm update, v vpm install, v vpm remove, v vpm help .
* compiler: use "v pm" instead of "v vpm" to reduce the redundancy of typing, as suggested by slapden
* Use 'v install modulename', 'v search keywords', 'v update modulename', 'v remove modulename' instead of the longer 'v pm install modulename' etc.
2019-11-01 13:19:04 +01:00
|
|
|
/tools/vup
|
|
|
|
/tools/vup.exe
|
|
|
|
/tools/vpm
|
|
|
|
/tools/vpm.exe
|
2019-11-10 22:48:56 +01:00
|
|
|
/tools/vcreate
|
|
|
|
/tools/vcreate.exe
|
2019-12-01 10:50:13 +01:00
|
|
|
/tools/vbuild-examples
|
|
|
|
/tools/vbuild-examples.exe
|
|
|
|
/tools/vbuild-tools
|
|
|
|
/tools/vbuild-tools.exe
|
2019-07-23 12:54:28 +02:00
|
|
|
*.exe
|
|
|
|
*.o
|
|
|
|
.*.c
|
2019-08-25 17:56:02 +02:00
|
|
|
*.tmp.c
|
2019-10-02 14:46:08 +02:00
|
|
|
vjs
|
2019-07-24 15:00:26 +02:00
|
|
|
*.obj
|
2019-10-04 22:06:26 +02:00
|
|
|
*.exp
|
|
|
|
*.ilk
|
2019-07-24 15:00:26 +02:00
|
|
|
*.pdb
|
2019-09-15 03:32:41 +02:00
|
|
|
|
|
|
|
#
|
|
|
|
# macOS.gitignore
|
|
|
|
#
|
|
|
|
# General
|
|
|
|
.DS_Store
|
|
|
|
|
|
|
|
# Thumbnails
|
|
|
|
._*
|
2019-09-29 12:58:37 +02:00
|
|
|
.vrepl_temp.v
|
2019-10-08 12:23:17 +02:00
|
|
|
a.out
|
2019-12-01 10:50:13 +01:00
|
|
|
vlib/os/bare/bare_example_linux
|
|
|
|
|
|
|
|
info.log
|