diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-10-12 10:21:52 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-10-12 10:22:50 +0200 |
| commit | 9b680fadec01789c1fb1317b939c15d186a572c9 (patch) | |
| tree | d9038076657ec3cf887e5fd2bd14f0155ac25b7e /.gitignore | |
| parent | c4f64cf2556c0f8597e1fbc19d7c664b8da94612 (diff) | |
| download | nissy-core-9b680fadec01789c1fb1317b939c15d186a572c9.tar.gz nissy-core-9b680fadec01789c1fb1317b939c15d186a572c9.zip | |
Added shelltest
Will add more tests when I feel like it
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -8,6 +8,8 @@ utils/.DS_Store | |||
| 8 | perf.data | 8 | perf.data |
| 9 | perf.data.old | 9 | perf.data.old |
| 10 | run | 10 | run |
| 11 | shell/lasttest.out | ||
| 12 | shell/lasttest.err | ||
| 11 | tables/* | 13 | tables/* |
| 12 | test/*/runtest | 14 | test/*/runtest |
| 13 | test/.DS_Store | 15 | test/.DS_Store |
