-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy path.gitignore
144 lines (125 loc) · 2.77 KB
/
.gitignore
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
/tutorial/figures/tmp/trace.bin
/apps/*/bin
/apps/*/cmake_build
/apps/HelloMatlab/blurred.png
/apps/HelloMatlab/iir_blur.mex
/lib/*
bin/*
bin/
*.nfs*
build/*
python_bindings/bin/*
build-64/*
build-ios/*
build-osx/*
cmake_build/*
*/build/*
tmp/*
doc/*
include/*
distrib/*
testing/*
msvc/*/Win32/*
msvc/*/x64/*
\#*\#
.\#*
*~
*.o
*.a
*.so
*.dot
.DS_Store
*.log
generated.obj
hello-fimage
test.s
testX64
xcuserdata
in.png
_build
a.out
*.bc
*.cubin
tags
src/*.top
llvm_svn
llvm/*
cpp/*
*.h.gch
src/test_*.ll
src/test_*.s
.clang_complete
*.guru
*.dSYM
.*.swp
tools/objc/BUILD
tools/objc/*.mobileprovision
*.xcworkspacedata
*.txt.user*
.idea
# jrk editor settings
.tm_properties
*.sublime-project
*.sublime-workspace
/apps/patchmatch
# app intermediates
apps/*/*out*.png
apps/*/*.lowered
apps/*/*.def
apps/*/*.ptx
apps/*/passes.txt
apps/*/*.ll
apps/*/*.sass
apps/*/filter
apps/HelloAndroidGL/jni/halide_gl_filter.h
*.json
# tutorial intermediates
tutorial/lesson_10_halide.h
# test intermediates
log.txt
err.txt
test/*.lowered
*.pyc
src/.tags
src/.tags_sorted_by_file
*gen_classes.h
tutorial/pipeline*
*.ll
*.cmake
CMakeCache.txt
CMakeFiles/*
apps/hardware_benchmarks/tests/merged_unit_tests/*_c.c
apps/hardware_benchmarks/tests/merged_unit_tests/*_c.h
apps/hardware_benchmarks/tests/merged_unit_tests/*_mini.cpp
apps/hardware_benchmarks/tests/merged_unit_tests/*.pgm
apps/hardware_benchmarks/tests/merged_unit_tests/*.ppm
apps/hardware_benchmarks/tests/*/CMakeFiles/*
apps/hardware_benchmarks/apps/*/CMakeFiles/*
apps/hardware_benchmarks/apps/times_5/*
apps/hardware_benchmarks/apps/upsample_downsample/*
run_tutorial_1.sh
tutorial/hw_output
res.txt
dhlog.txt
*.bzl
halide_config.make
halide
apps/hardware_benchmarks/tests/conv_1_2/generator
apps/hardware_benchmarks/tests/merged_unit_tests/accel_coreir
apps/hardware_benchmarks/tests/merged_unit_tests/accel_soc_coreir
apps/hardware_benchmarks/tests/merged_unit_tests/brighter_halide_coreir.png
apps/hardware_benchmarks/tests/merged_unit_tests/camer_pipe_coreir
apps/hardware_benchmarks/tests/merged_unit_tests/camera_pipeline_coreir
apps/hardware_benchmarks/tests/merged_unit_tests/coreir_brighter
apps/hardware_benchmarks/tests/merged_unit_tests/coreir_cascade
apps/hardware_benchmarks/tests/merged_unit_tests/coreir_conv_3_3
apps/hardware_benchmarks/tests/merged_unit_tests/coreir_curve
apps/hardware_benchmarks/tests/merged_unit_tests/coreir_harris
apps/hardware_benchmarks/tests/merged_unit_tests/hw_demosaic
apps/hardware_benchmarks/tests/merged_unit_tests/hw_different_latencies
apps/hardware_benchmarks/tests/merged_unit_tests/hw_double_unsharp
apps/hardware_benchmarks/tests/merged_unit_tests/hw_offset_window
apps/hardware_benchmarks/tests/merged_unit_tests/hw_simple_unsharp
apps/hardware_benchmarks/tests/merged_unit_tests/mc_conv_coreir
# IDE
cmake-build-*/