mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tools: fix compilation of an instrumented vdbg in v bug hw.v
(module lookup problem due to abs path)
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -1,6 +1,11 @@
|
||||
# ignore sub-level build binaries and v binary
|
||||
*/**/*
|
||||
v
|
||||
v.exe
|
||||
v2
|
||||
v2.exe
|
||||
vdbg
|
||||
vdbg.exe
|
||||
!*/
|
||||
!*.*
|
||||
*.exe
|
||||
|
Reference in New Issue
Block a user