mirror of
https://github.com/vlang/v.git
synced 2025-09-17 11:26:17 -04:00
.gitignore: ignore generated .NET files in bench/vectors (#21136)
This commit is contained in:
parent
761c7fabd6
commit
d45648fd72
4
.gitignore
vendored
4
.gitignore
vendored
@ -140,3 +140,7 @@ vlib/builtin/js/*.js
|
||||
|
||||
# ignore the old regexp based v.ctags file (people using universal ctags < 6.1.0, can still benefit from them)
|
||||
.ctags.d/v.ctags
|
||||
|
||||
# ignore .NET7.0 Assembly Files
|
||||
bench/vectors/bin
|
||||
bench/vectors/obj
|
||||
|
Loading…
x
Reference in New Issue
Block a user