diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-08-08 15:17:43 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-08-08 15:25:42 +0200 |
| commit | 9c5c7af7abe9e444210ac86b903eee775fc76a84 (patch) | |
| tree | 23e716e6df423d1516a6b1e51edd4d9a8d3a7370 /.gitignore | |
| parent | 8af57b2ffd92daa9a40384ec8b6c49ffabc474d1 (diff) | |
| download | nissy-core-9c5c7af7abe9e444210ac86b903eee775fc76a84.tar.gz nissy-core-9c5c7af7abe9e444210ac86b903eee775fc76a84.zip | |
Small fixes
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -9,6 +9,7 @@ utils/.DS_Store | |||
| 9 | perf.data | 9 | perf.data |
| 10 | perf.data.old | 10 | perf.data.old |
| 11 | run | 11 | run |
| 12 | run.exe | ||
| 12 | debugrun | 13 | debugrun |
| 13 | shell/lasttest.out | 14 | shell/lasttest.out |
| 14 | shell/lasttest.err | 15 | shell/lasttest.err |
| @@ -18,7 +19,9 @@ test/.DS_Store | |||
| 18 | test/run | 19 | test/run |
| 19 | test/run.DSYM | 20 | test/run.DSYM |
| 20 | runtest | 21 | runtest |
| 22 | runtest.exe | ||
| 21 | runcpp | 23 | runcpp |
| 24 | runcpp.exe | ||
| 22 | runtest.js | 25 | runtest.js |
| 23 | runtest.wasm | 26 | runtest.wasm |
| 24 | web/http/nissy_web_module.* | 27 | web/http/nissy_web_module.* |
| @@ -34,3 +37,5 @@ tools/results | |||
| 34 | *.o | 37 | *.o |
| 35 | *.so | 38 | *.so |
| 36 | *.s | 39 | *.s |
| 40 | *.pyd | ||
| 41 | *.dll | ||
