1
0
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:
Delyan Angelov
2021-06-30 14:38:43 +03:00
parent 8cc49b5e9e
commit e108a67952
2 changed files with 16 additions and 4 deletions

5
.gitignore vendored
View File

@@ -1,6 +1,11 @@
# ignore sub-level build binaries and v binary
*/**/*
v
v.exe
v2
v2.exe
vdbg
vdbg.exe
!*/
!*.*
*.exe