tests: add missing script_with_no_extension, add exception for /tmp.* files in .gitignore

This commit is contained in:
Delyan Angelov 2022-09-20 16:17:21 +03:00
parent 8f7958273b
commit d848311fe2
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED
2 changed files with 6 additions and 0 deletions

3
.gitignore vendored
View file

@ -109,3 +109,6 @@ vls.log
# ignore v2go tmperror files
*.tmperr
*/**/tmp.*

View file

@ -0,0 +1,3 @@
#!/usr/bin/env -S v -raw-vsh-tmp-prefix tmp
println("Test")