v/.gitignore

83 lines
928 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
/v3
2019-07-03 16:12:38 +02:00
/vprod
/v-static
/v_old
/v_g
/v_cg
/v_prod
/v_prod_cg
/v_prod_g
/vjs
2019-07-03 16:12:38 +02:00
/v.c
/v.*.c
/v.c.out
/cmd/tools/check-md
2020-02-09 10:08:04 +01:00
/cmd/tools/performance_compare
/cmd/tools/oldv
/cmd/tools/vrepl
/cmd/tools/vself
2020-02-09 10:08:04 +01:00
/cmd/tools/vtest
/cmd/tools/vtest-compiler
/cmd/tools/vtest-fmt
/cmd/tools/vfmt
/cmd/tools/vbin2v
/cmd/tools/vup
/cmd/tools/vpm
/cmd/tools/vcreate
/cmd/tools/vbuild-examples
/cmd/tools/vbuild-tools
/cmd/tools/vbuild-vbinaries
*.exe
*.o
*.so
.*.c
*.tmp.c
*.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/**
# vim/emacs editor backup files
*~
2020-02-10 18:48:01 +01:00
thirdparty/freetype/
thirdparty/sdl2/
thirdparty/SDL2_image/
thirdparty/SDL2_mixer/
thirdparty/SDL2_ttf/
cachegrind.out.*
.gdb_history
2020-03-26 14:17:13 +01:00
/thirdparty/pg
exe
vlib/v/tests/inout/hello.v
vlib/v/tests/inout/hello_devs.v
vlib/v/tests/inout/os.v