diff options
Diffstat (limited to '.gitignore')
| -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 |
