diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-05-14 09:55:52 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-05-14 09:55:52 +0200 |
| commit | 97ae34da2a51d9bbc13905598ebc80633c3f80c2 (patch) | |
| tree | 7496396ece5e9f5a1e170653d1f13de749170d5b /.gitignore | |
| parent | d60c210bdadff5d8f5b9dc73a701560d54f69fff (diff) | |
| download | nissy-core-97ae34da2a51d9bbc13905598ebc80633c3f80c2.tar.gz nissy-core-97ae34da2a51d9bbc13905598ebc80633c3f80c2.zip | |
Updates to build script and preparation for JS / WASM target
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -18,8 +18,11 @@ test/.DS_Store | |||
| 18 | test/run | 18 | test/run |
| 19 | test/run.DSYM | 19 | test/run.DSYM |
| 20 | runtest | 20 | runtest |
| 21 | runcpp | ||
| 21 | runtest.js | 22 | runtest.js |
| 22 | runtest.wasm | 23 | runtest.wasm |
| 24 | wasm/*.wasm | ||
| 25 | wasm/nissy_raw_module.js | ||
| 23 | runtool | 26 | runtool |
| 24 | tools/.DS_Store | 27 | tools/.DS_Store |
| 25 | run.DSYM | 28 | run.DSYM |
