v/.gitignore

55 lines
519 B
Plaintext
Raw Normal View History

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
2019-12-16 23:21:10 +01:00
/v2
2019-07-03 16:12:38 +02:00
/vprod
/v.c
/v.*.c
/v.c.out
/tools/performance_compare
/tools/oldv
/tools/vrepl
/tools/vtest
2019-12-01 10:50:13 +01:00
/tools/vtest-compiler
/tools/vtest-fmt
/tools/vfmt
/tools/vup
/tools/vpm
2019-11-10 22:48:56 +01:00
/tools/vcreate
2019-12-01 10:50:13 +01:00
/tools/vbuild-examples
/tools/vbuild-tools
2019-12-01 14:12:51 +01:00
/tools/vbuild-vbinaries
/v_g
/v_cg
/v_prod
/v_prod_cg
/v_prod_g
*.exe
*.o
*.so
.*.c
*.tmp.c
2019-10-02 14:46:08 +02:00
vjs
*.obj
*.exp
*.ilk
*.pdb
2019-12-21 22:46:32 +01:00
*.dll
*.lib
2019-09-15 03:32:41 +02:00
#
# macOS.gitignore
#
# General
.DS_Store
# Thumbnails
._*
.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
2019-12-27 10:18:27 +01:00
.vscode/**