Allow every test to make a .tmp file that is cleaned up before execution.
This commit is contained in:
parent
eecd1f47d7
commit
af64e4f305
2 changed files with 30 additions and 6 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -2,6 +2,8 @@
|
|||
*.x86
|
||||
*.llvm
|
||||
*.out
|
||||
*.x86.tmp
|
||||
*.llvm.tmp
|
||||
*.cmx
|
||||
*.dll
|
||||
*.exe
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue