.gitignore: ignore generated .NET files in bench/vectors (#21136)

This commit is contained in:
Keito Tobichi 2024-03-29 17:54:23 +09:00 committed by GitHub
parent 761c7fabd6
commit d45648fd72
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
.gitignore vendored
View file

@ -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