diff options
| author | Joshua Bakita <jbakita@cs.unc.edu> | 2020-10-22 03:17:31 -0400 |
|---|---|---|
| committer | Joshua Bakita <jbakita@cs.unc.edu> | 2020-10-22 03:17:31 -0400 |
| commit | 163c440444c74a4e0bbe0a8db3d1ca725413994b (patch) | |
| tree | d4eaf9f407be042811f26dfb2613ff1c99966289 /.gitignore | |
| parent | d17b33131c14864bd1eae275f49a3f148e21cf29 (diff) | |
Make SD-VBS compatible with run_bench.sh and cleanup
SD-VBS:
- Run silently
- Fix some whitespace errors
- Don't duplicate extra.h
- Auto-detect if building with LITMUS-RT
- Disable result checking
- Add helper symlinks
Misc:
- Remove unused code from libextra
- Set some missing rt_param fields in libextra
- Disable CSV info dump from computeSMTslowdown.sh
- Widen scope of .gitignore on .txt files
- Include list of 2MB DIS pair benchmarks and inputs
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 19 |
1 files changed, 11 insertions, 8 deletions
| @@ -3,6 +3,9 @@ | |||
| 3 | *.txt.clean | 3 | *.txt.clean |
| 4 | # But not benchmark lists | 4 | # But not benchmark lists |
| 5 | !*Names.txt | 5 | !*Names.txt |
| 6 | # Special-case .txt handling for SD-VBS | ||
| 7 | **/12345.txt | ||
| 8 | !SD-VBS/benchmarks/**/*.txt | ||
| 6 | 9 | ||
| 7 | # Ignore DIS benchmark binaries | 10 | # Ignore DIS benchmark binaries |
| 8 | **/field | 11 | **/field |
| @@ -40,12 +43,7 @@ | |||
| 40 | **/statemate | 43 | **/statemate |
| 41 | **/susan | 44 | **/susan |
| 42 | 45 | ||
| 43 | # Ignore random walk benchmark | 46 | # Ignore SD-VBS binaries |
| 44 | **/random_walk | ||
| 45 | |||
| 46 | # Ignore misc debug and build outputs | ||
| 47 | **/.gdb_history | ||
| 48 | |||
| 49 | **/mser | 47 | **/mser |
| 50 | **/multi_ncut | 48 | **/multi_ncut |
| 51 | **/stitch | 49 | **/stitch |
| @@ -56,5 +54,10 @@ | |||
| 56 | **/sift | 54 | **/sift |
| 57 | **/localization | 55 | **/localization |
| 58 | **/disparity | 56 | **/disparity |
| 59 | **/12345.txt | 57 | |
| 60 | !SD-VBS/**/*.txt | 58 | # Ignore random walk benchmark |
| 59 | **/random_walk | ||
| 60 | |||
| 61 | # Ignore misc temporary files | ||
| 62 | **/.gdb_history | ||
| 63 | *.swp | ||
