v/.gitignore

58 lines
555 B
Plaintext

fns.txt
*.dSYM
*_test
/v
/v2
/vprod
/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/vup
/tools/vpm
/tools/vcreate
/tools/vbuild-examples
/tools/vbuild-tools
/tools/vbuild-vbinaries
/v_g
/v_cg
/v_prod
/v_prod_cg
/v_prod_g
*.exe
*.o
*.so
.*.c
*.tmp.c
vjs
*.obj
*.exp
*.ilk
*.pdb
*.dll
*.lib
#
# macOS.gitignore
#
# General
.DS_Store
# Thumbnails
._*
.vrepl_temp.v
a.out
vlib/os/bare/bare_example_linux
info.log
.vscode/**
# vim/emacs editor backup files
*~