v/.gitignore

49 lines
462 B
Plaintext
Raw Normal View History

2019-12-01 09:50:13 +00:00
fns.txt
2019-06-22 23:35:34 +00:00
*.dSYM
2019-06-26 17:03:35 +00:00
*_test
2019-07-03 14:12:38 +00:00
/v
2019-12-16 22:21:10 +00:00
/v2
2019-07-03 14:12:38 +00:00
/vprod
/v.c
/v.*.c
/v.c.out
/tools/performance_compare
/tools/oldv
/tools/vrepl
/tools/vtest
2019-12-01 09:50:13 +00:00
/tools/vtest-compiler
/tools/vup
/tools/vpm
2019-11-10 21:48:56 +00:00
/tools/vcreate
2019-12-01 09:50:13 +00:00
/tools/vbuild-examples
/tools/vbuild-tools
2019-12-01 13:12:51 +00:00
/tools/vbuild-vbinaries
/v_g
/v_cg
/v_prod
/v_prod_cg
/v_prod_g
*.exe
*.o
.*.c
*.tmp.c
2019-10-02 12:46:08 +00:00
vjs
*.obj
*.exp
*.ilk
*.pdb
2019-09-15 01:32:41 +00:00
#
# macOS.gitignore
#
# General
.DS_Store
# Thumbnails
._*
.vrepl_temp.v
2019-10-08 10:23:17 +00:00
a.out
2019-12-01 09:50:13 +00:00
vlib/os/bare/bare_example_linux
info.log