optimize gitignore files
This commit is contained in:
19
.gitignore
vendored
Normal file
19
.gitignore
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
|
||||
install/
|
||||
|
||||
host-tools
|
||||
host-tools/
|
||||
|
||||
*~
|
||||
*.swp
|
||||
*.swo
|
||||
*.bak
|
||||
*.rej
|
||||
.DS_Store
|
||||
|
||||
tags
|
||||
.tags*
|
||||
cscope.*
|
||||
ncscope.*
|
||||
.svim
|
||||
|
||||
5
freertos/.gitignore
vendored
5
freertos/.gitignore
vendored
@ -4,3 +4,8 @@ cvitek/task/isp/isp
|
||||
cvitek/build/
|
||||
cvitek/install/bin
|
||||
cvitek/install/lib
|
||||
|
||||
cvitek/install/lib/libaudio.a
|
||||
cvitek/install/lib/libcomm.a
|
||||
cvitek/install/lib/librgn.a
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
2
middleware/v2/.gitignore
vendored
2
middleware/v2/.gitignore
vendored
@ -5,6 +5,8 @@
|
||||
*.dep
|
||||
*.dwo
|
||||
|
||||
ko
|
||||
|
||||
lib
|
||||
bin
|
||||
include
|
||||
|
||||
36
middleware/v2/sample/ive/.gitignore
vendored
Normal file
36
middleware/v2/sample/ive/.gitignore
vendored
Normal file
@ -0,0 +1,36 @@
|
||||
sample_16bitto8bit
|
||||
sample_add
|
||||
sample_and
|
||||
sample_bernsen
|
||||
sample_bgmodel
|
||||
sample_cannyedge
|
||||
sample_cannyhysedge
|
||||
sample_csc
|
||||
sample_dilate
|
||||
sample_dma
|
||||
sample_erode
|
||||
sample_filter
|
||||
sample_filterandcsc
|
||||
sample_framediffmotion
|
||||
sample_gmm
|
||||
sample_gmm2
|
||||
sample_gradfg
|
||||
sample_hist
|
||||
sample_integ
|
||||
sample_lbp
|
||||
sample_magandang
|
||||
sample_map
|
||||
sample_ncc
|
||||
sample_normgrad
|
||||
sample_or
|
||||
sample_ordstatfilter
|
||||
sample_query
|
||||
sample_resize
|
||||
sample_sad
|
||||
sample_sobel
|
||||
sample_stcandicorner
|
||||
sample_sub
|
||||
sample_thresh
|
||||
sample_thresh_S16
|
||||
sample_thresh_U16
|
||||
sample_xor
|
||||
Reference in New Issue
Block a user