diff options
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 |
