diff options
| author | enricotenuti <tenutz_27@outlook.it> | 2024-09-19 09:51:43 +0200 |
|---|---|---|
| committer | enricotenuti <tenutz_27@outlook.it> | 2024-09-19 09:51:43 +0200 |
| commit | 0478efe2875420236295450ba2d4d22dd5dd433e (patch) | |
| tree | fac0c76bd03ba75fe2aaf423c6d0f141aa51f44a /.gitignore | |
| parent | 7f78e56994a824fc8364c91032c1be4ee767ec41 (diff) | |
| download | nissy-core-0478efe2875420236295450ba2d4d22dd5dd433e.tar.gz nissy-core-0478efe2875420236295450ba2d4d22dd5dd433e.zip | |
pthread solver to fix
Diffstat (limited to '')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -1,13 +1,17 @@ | |||
| 1 | .DS_Store | ||
| 1 | config.mk | 2 | config.mk |
| 2 | gen | 3 | gen |
| 3 | debuggen | 4 | debuggen |
| 5 | utils/.DS_Store | ||
| 4 | perf.data | 6 | perf.data |
| 5 | perf.data.old | 7 | perf.data.old |
| 6 | run | 8 | run |
| 7 | tables/* | 9 | tables/* |
| 8 | test/*/runtest | 10 | test/*/runtest |
| 11 | test/.DS_Store | ||
| 9 | test/run | 12 | test/run |
| 10 | test/run.DSYM | 13 | test/run.DSYM |
| 14 | tools/.DS_Store | ||
| 11 | run.DSYM | 15 | run.DSYM |
| 12 | test/last.* | 16 | test/last.* |
| 13 | tools/results | 17 | tools/results |
