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:
parent
8f7958273b
commit
d848311fe2
3
.gitignore
vendored
3
.gitignore
vendored
@ -109,3 +109,6 @@ vls.log
|
|||||||
|
|
||||||
# ignore v2go tmperror files
|
# ignore v2go tmperror files
|
||||||
*.tmperr
|
*.tmperr
|
||||||
|
|
||||||
|
*/**/tmp.*
|
||||||
|
|
||||||
|
3
vlib/v/tests/script_with_no_extension
Executable file
3
vlib/v/tests/script_with_no_extension
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/usr/bin/env -S v -raw-vsh-tmp-prefix tmp
|
||||||
|
|
||||||
|
println("Test")
|
Loading…
Reference in New Issue
Block a user