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