diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-10-22 23:34:53 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-10-22 23:43:36 +0200 |
| commit | b3622e04dfb8317b745f8c911d31dc80bc2f9d66 (patch) | |
| tree | 825e54d062667a6cb76ff36730a8e36444fa20ba /.gitignore | |
| parent | 4a7e2dccaa54bc42a4b67cf35cf8b926cf357bb3 (diff) | |
| download | nissy-core-b3622e04dfb8317b745f8c911d31dc80bc2f9d66.tar.gz nissy-core-b3622e04dfb8317b745f8c911d31dc80bc2f9d66.zip | |
Preparatory work for benchmarks, little fixes
Diffstat (limited to '')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -1,5 +1,6 @@ | |||
| 1 | benchmark/results.txt | ||
| 2 | benchmark/run | ||
| 1 | test/*/runtest | 3 | test/*/runtest |
| 2 | test/run | 4 | test/run |
| 3 | test/last.* | 5 | test/last.* |
| 4 | test/*.o | ||
| 5 | *.o | 6 | *.o |
