Skip to content

Commit d848311

Browse files
committed
tests: add missing script_with_no_extension, add exception for /tmp.* files in .gitignore
1 parent 8f79582 commit d848311

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,3 +109,6 @@ vls.log
109109

110110
# ignore v2go tmperror files
111111
*.tmperr
112+
113+
*/**/tmp.*
114+

vlib/v/tests/script_with_no_extension

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/usr/bin/env -S v -raw-vsh-tmp-prefix tmp
2+
3+
println("Test")

0 commit comments

Comments
 (0)