tests: ignore vlib/v/checker/tests/*.v files (only *.vv are sources there)

This commit is contained in:
Delyan Angelov 2020-04-28 16:43:00 +03:00
parent 0afaef5818
commit 8c526ad05b
90 changed files with 1 additions and 601 deletions

1
.gitignore vendored
View file

@ -88,3 +88,4 @@ vlib/v/tests/inout/*.v
vlib/v/checker/tests/inout/*.v
vlib/v/checker/tests/inout/*.c
!vlib/v/checker/tests/inout/*_test.v
vlib/v/checker/tests/*.v