From 5aad2261f7c012aa16a93c7c5bf6bda0081658fb Mon Sep 17 00:00:00 2001 From: Joshua Bakita Date: Sat, 17 Oct 2020 15:36:30 -0400 Subject: 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`. --- .gitignore | 32 ++++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index af908cb..24a4e1f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,16 +2,44 @@ *.txt *.txt.clean -# Ignore DIS benchmarks +# Ignore DIS benchmark binaries **/field **/matrix **/neighborhood **/pointer **/transitive **/update +# Ignore DIS all-pairs binaries +**/field_all +**/matrix_all +**/neighborhood_all +**/pointer_all +**/transitive_all +**/update_all # Ignore Tacle Benchmarks -**/bin/ +**/adpcm_dec +**/adpcm_enc +**/ammunition +**/cjpeg_transupp +**/cjpeg_wrbmp +**/dijkstra +**/epic +**/fmref +**/gsm_dec +**/gsm_enc +**/h264_dec +**/huff_enc +**/mpeg2 +**/ndes +**/petrinet +**/rijndael_dec +**/rijndael_enc +**/statemate +**/susan # Ignore random walk benchmark **/random_walk + +# Ignore misc debug and build outputs +**/.gdb_history -- cgit v1.2.2