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

51 lines
474 B
Plaintext
Raw Normal View History

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