diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-05-16 15:43:09 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-05-16 15:43:09 +0200 |
| commit | 30b43f08955158d4f2066f4b50fe8d1241b3177b (patch) | |
| tree | f2280c40a9ee721ac3223ec27e9ddbec6db224df /.gitignore | |
| parent | c2f3b1c9c534cadc81ebab3e718832d121cdf9cf (diff) | |
| download | nissy-core-30b43f08955158d4f2066f4b50fe8d1241b3177b.tar.gz nissy-core-30b43f08955158d4f2066f4b50fe8d1241b3177b.zip | |
Remove configure + make build system.
This commit also updates the README, cleans up some stuff and fixes
some oopsies.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -21,8 +21,8 @@ runtest | |||
| 21 | runcpp | 21 | runcpp |
| 22 | runtest.js | 22 | runtest.js |
| 23 | runtest.wasm | 23 | runtest.wasm |
| 24 | wasm/*.wasm | 24 | web/*.wasm |
| 25 | wasm/nissy_web_module.* | 25 | web/nissy_web_module.* |
| 26 | runtool | 26 | runtool |
| 27 | tools/.DS_Store | 27 | tools/.DS_Store |
| 28 | run.DSYM | 28 | run.DSYM |
