1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

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")