diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-06-16 10:58:54 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-06-16 10:58:54 +0200 |
| commit | 02ce9adf6a9168ec66c322ce9e5a5cb9fe1e60a5 (patch) | |
| tree | d3385b1a1c915a74c373434032f0fe26e843854f /.gitignore | |
| parent | c04a283a7ab97903683f5f7268068aef69f5bddf (diff) | |
| download | nissy-core-02ce9adf6a9168ec66c322ce9e5a5cb9fe1e60a5.tar.gz nissy-core-02ce9adf6a9168ec66c322ce9e5a5cb9fe1e60a5.zip | |
Added rudimentary shell to run commands (ugly)
Diffstat (limited to '')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -5,7 +5,7 @@ gen | |||
| 5 | debuggen | 5 | debuggen |
| 6 | perf.data | 6 | perf.data |
| 7 | perf.data.old | 7 | perf.data.old |
| 8 | tables/data/* | 8 | tables/* |
| 9 | test/*/runtest | 9 | test/*/runtest |
| 10 | test/run | 10 | test/run |
| 11 | test/last.* | 11 | test/last.* |
