diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-05-24 22:20:00 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-05-24 22:20:00 +0200 |
| commit | 8954b4b7eaafa8e306f2aa6cbb7e32334107e6e1 (patch) | |
| tree | 6fc56f9ba2588d7c3c2d5f6d99b3343e1aaf8a34 /.gitignore | |
| parent | 8145e034184ed5807c00f05b90101090c6513a29 (diff) | |
| download | nissy-core-8954b4b7eaafa8e306f2aa6cbb7e32334107e6e1.tar.gz nissy-core-8954b4b7eaafa8e306f2aa6cbb7e32334107e6e1.zip | |
Added table generation utility
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -3,6 +3,11 @@ config.mk | |||
| 3 | benchmark/results | 3 | benchmark/results |
| 4 | old/benchmark/results | 4 | old/benchmark/results |
| 5 | benchmark/run | 5 | benchmark/run |
| 6 | gen | ||
| 7 | debuggen | ||
| 8 | perf.data | ||
| 9 | perf.data.old | ||
| 10 | tables/data/* | ||
| 6 | test/*/runtest | 11 | test/*/runtest |
| 7 | test/run | 12 | test/run |
| 8 | test/last.* | 13 | test/last.* |
