forked from halide/Halide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
93 lines (87 loc) · 1.36 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
bin/*
build/*
tmp/*
doc/*
include/*
distrib/*
testing/*
msvc/*/Win32/*
msvc/*/x64/*
\#*\#
.\#*
*~
*.o
*.a
*.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
# 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/bilateral_grid/bilateral_grid
apps/bilateral_grid/bilateral_grid.h
apps/c_backend/pipeline
apps/c_backend/pipeline_c.c
apps/c_backend/pipeline_c.h
apps/c_backend/pipeline_native.h
apps/blur/test
apps/blur/halide_blur.s
apps/camera_pipe/camera_pipe
apps/camera_pipe/curved.h
apps/camera_pipe/out.png
apps/camera_pipe/process
apps/local_laplacian/local_laplacian
apps/local_laplacian/local_laplacian.h
apps/error/error
apps/error/f7.h
apps/interpolate/interpolate
apps/resize/resize
apps/seam_carving/seam_carving.h
apps/snake/halide_snake
apps/wavelet/daubechies_x.h
apps/wavelet/haar_x.h
apps/wavelet/inverse_daubechies_x.h
apps/wavelet/inverse_haar_x.h
apps/wavelet/wavelet
apps/local_laplacian/ispc/process
apps/local_laplacian/process
# test intermediates
log.txt
err.txt
test/*.lowered
*.pyc
src/.tags
src/.tags_sorted_by_file