summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 0e0db9605bf11d5037891f601ed9825030430173 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# Ignore benchmark results
*.txt
*.txt.clean
# But not benchmark lists
!*Names.txt
# Special-case .txt handling for SD-VBS
**/12345.txt
!SD-VBS/benchmarks/**/*.txt

# 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
**/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 SD-VBS binaries
**/mser
**/multi_ncut
**/stitch
**/svm
**/texture_synthesis
**/tracking
**/preload
**/sift
**/localization
**/disparity

# Ignore random walk benchmark
**/random_walk

# Ignore misc temporary files
**/.gdb_history
*.swp