mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
.gitignore: ignore generated .NET files in bench/vectors (#21136)
This commit is contained in:
parent
761c7fabd6
commit
d45648fd72
1 changed files with 4 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue