diff options
| author | Joshua Bakita <jbakita@cs.unc.edu> | 2020-10-17 15:36:30 -0400 |
|---|---|---|
| committer | Joshua Bakita <jbakita@cs.unc.edu> | 2020-10-17 15:46:22 -0400 |
| commit | 5aad2261f7c012aa16a93c7c5bf6bda0081658fb (patch) | |
| tree | d9ff8f87b4613639c214032eb3fcf14967d76b5f /.gitignore | |
| parent | 97c1685def13be3724a6d025f4e12f236777a911 (diff) | |
Add updated DIS post-processing scripts from (rejected) RTSS'20 paper
These are compatible with the outputs of all the DIS stressmarks
as instumented with `extra.h`.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 32 |
1 files changed, 30 insertions, 2 deletions
| @@ -2,16 +2,44 @@ | |||
| 2 | *.txt | 2 | *.txt |
| 3 | *.txt.clean | 3 | *.txt.clean |
| 4 | 4 | ||
| 5 | # Ignore DIS benchmarks | 5 | # Ignore DIS benchmark binaries |
| 6 | **/field | 6 | **/field |
| 7 | **/matrix | 7 | **/matrix |
| 8 | **/neighborhood | 8 | **/neighborhood |
| 9 | **/pointer | 9 | **/pointer |
| 10 | **/transitive | 10 | **/transitive |
| 11 | **/update | 11 | **/update |
| 12 | # Ignore DIS all-pairs binaries | ||
| 13 | **/field_all | ||
| 14 | **/matrix_all | ||
| 15 | **/neighborhood_all | ||
| 16 | **/pointer_all | ||
| 17 | **/transitive_all | ||
| 18 | **/update_all | ||
| 12 | 19 | ||
| 13 | # Ignore Tacle Benchmarks | 20 | # Ignore Tacle Benchmarks |
| 14 | **/bin/ | 21 | **/adpcm_dec |
| 22 | **/adpcm_enc | ||
| 23 | **/ammunition | ||
| 24 | **/cjpeg_transupp | ||
| 25 | **/cjpeg_wrbmp | ||
| 26 | **/dijkstra | ||
| 27 | **/epic | ||
| 28 | **/fmref | ||
| 29 | **/gsm_dec | ||
| 30 | **/gsm_enc | ||
| 31 | **/h264_dec | ||
| 32 | **/huff_enc | ||
| 33 | **/mpeg2 | ||
| 34 | **/ndes | ||
| 35 | **/petrinet | ||
| 36 | **/rijndael_dec | ||
| 37 | **/rijndael_enc | ||
| 38 | **/statemate | ||
| 39 | **/susan | ||
| 15 | 40 | ||
| 16 | # Ignore random walk benchmark | 41 | # Ignore random walk benchmark |
| 17 | **/random_walk | 42 | **/random_walk |
| 43 | |||
| 44 | # Ignore misc debug and build outputs | ||
| 45 | **/.gdb_history | ||
