summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore32
1 files changed, 30 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index af908cb..24a4e1f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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