diff options
| author | 2023-10-12 05:26:23 -0500 | |
|---|---|---|
| committer | 2023-10-12 05:26:23 -0500 | |
| commit | e3f4142d2ae825ff4706ebe4970c389c8f087b77 (patch) | |
| tree | 8e5ae27930ccef8ad0e666593cf6af84b4f5a982 /.gitignore | |
| parent | Rework #1306 - better default for pretty printing numbers. (diff) | |
Update result value from janet_do* functions.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -34,8 +34,11 @@ local # Common test files I use. temp.janet -temp*.janet +temp.c +temp*janet +temp*.c scratch.janet +scratch.c # Emscripten *.bc |
