forked from halide/Halide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
89 lines (80 loc) · 1.02 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
/tutorial/figures/tmp/trace.bin
/apps/*/bin
/apps/*/cmake_build
/apps/HelloMatlab/blurred.png
/apps/HelloMatlab/iir_blur.mex
bazel-*
bin/*
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
# tutorial intermediates
tutorial/lesson_10_halide.h
# test intermediates
log.txt
err.txt
test/*.lowered
*.pyc
src/.tags
src/.tags_sorted_by_file