summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore68
1 files changed, 68 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..2150cc1
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,68 @@
1# Ignore benchmark results
2*.txt
3*.txt.clean
4# But not benchmark lists
5!*Names.txt
6# Special-case .txt handling for SD-VBS
7**/12345.txt
8!SD-VBS/benchmarks/**/*.txt
9
10# Ignore DIS benchmark binaries
11**/field
12**/matrix
13**/neighborhood
14**/pointer
15**/transitive
16**/update
17# Ignore DIS all-pairs binaries
18**/field_all
19**/matrix_all
20**/neighborhood_all
21**/pointer_all
22**/transitive_all
23**/update_all
24
25# Ignore Tacle Benchmarks
26**/adpcm_dec
27**/adpcm_enc
28**/ammunition
29**/anagram
30**/audiobeam
31**/cjpeg_transupp
32**/cjpeg_wrbmp
33**/dijkstra
34**/epic
35**/fmref
36**/g723_enc
37**/gsm_dec
38**/gsm_enc
39**/h264_dec
40**/huff_enc
41**/huff_dec
42**/mpeg2
43**/ndes
44**/petrinet
45**/rijndael_dec
46**/rijndael_enc
47**/statemate
48**/susan
49
50# Ignore SD-VBS binaries
51**/mser
52**/multi_ncut
53**/stitch
54**/svm
55**/texture_synthesis
56**/tracking
57**/preload
58**/sift
59**/localization
60**/disparity
61SD-VBS/dag_binaries/*
62# Ignore random walk benchmark
63**/random_walk
64
65# Ignore misc temporary files
66**/.gdb_history
67*.swp
68**/__pycache__