mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
366c50674c
easily compare v performance/size across commits. * fix eprintln on linux (it now uses stderr, and flushes it). * flag: cleaner usage information.
30 lines
236 B
Plaintext
30 lines
236 B
Plaintext
*.dSYM
|
|
*_test
|
|
/v
|
|
/vprod
|
|
/v.c
|
|
/v.*.c
|
|
/v.c.out
|
|
/v.exe
|
|
/tools/vget
|
|
/tools/vget.exe
|
|
/tools/performance_compare
|
|
/tools/performance_compare.exe
|
|
*.exe
|
|
*.o
|
|
.*.c
|
|
*.tmp.c
|
|
|
|
*.obj
|
|
|
|
*.pdb
|
|
|
|
#
|
|
# macOS.gitignore
|
|
#
|
|
# General
|
|
.DS_Store
|
|
|
|
# Thumbnails
|
|
._*
|