diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-09-29 14:12:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-29 14:12:01 +0200 |
| commit | bf6e1c3516a4eb0509c12b00d9a1baf6ee119987 (patch) | |
| tree | 95ab133f9771c4791d5c784f1b3d4822b1dd7d3c /.gitignore | |
| parent | 774a824a6c80b5af495f4fb99d98758e3b9f6b81 (diff) | |
| parent | 7a52b4cd50a40e4bce919b6bd51203d0e9867141 (diff) | |
| download | nissy-core-bf6e1c3516a4eb0509c12b00d9a1baf6ee119987.tar.gz nissy-core-bf6e1c3516a4eb0509c12b00d9a1baf6ee119987.zip | |
Merge pull request #3 from enricotenuti/master
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 | run.core | 17 | run.core |
| 14 | test/last.* | 18 | test/last.* |
