-
Notifications
You must be signed in to change notification settings - Fork 15
/
.gitignore
90 lines (90 loc) · 1.55 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
/csi
out
.vscode
.gdbinit
!**/script/gdbinit
solutions/**/yoc.asm
solutions/**/yoc.bin
solutions/**/yoc.elf
solutions/**/yoc.map
solutions/**/yoc.smap
solutions/**/yoc.s
solutions/**/boot.asm
solutions/**/boot.bin
solutions/**/boot.elf
solutions/**/boot.map
solutions/**/boot.smap
solutions/**/generated
solutions/**/*.elf
solutions/**/cdkinitflash
solutions/**/gdbinitflash
solutions/**/mkflash.sh
!CH2201_eFlash_CDK.elf
**/.cdk
**/Obj
**/Lst
solutions/**/Packages
solutions/**/Boards
solutions/**/Chips
bootloader/bin/
modules/security/tee_ca/bin
bootloader/libs/libcsi.a
bootloader/include/config.h
bootloader/**/generated/
bootloader/**/cdk/bootloader.mk
bootloader/**/cdk/bootloader.txt
examples/**/generated/
applications/**/generated/
tests/**/generated/
**/defconfig
defconfig.all
generated/imgs.zip
.DS_Store
id_rsa
id_rsa.pub
Thumbs.db
db.json
*.log
/docs/node_modules
/docs/public
/docs/*.log
/docs/db.json
/docs/.deploy_gig
.idea
**/image_mtb
**/*.zip
**/prim
**/all.bin
**/*.pyc
yoc_sdk
**/generated
**/mtrace.output
applications/at_demo/at_log
utility/baidu-proxy/sample/asr/main
**/*.o
**/*.d
**/*.dblite
./build
node_modules
tools/build
tools/dist
**/*.egg-info
**/*.swp
.components.db
*.tags
*.geany
tags
cscope.out
*.bak
**/components/**/SConstruct
components/csi/SConscript
components/csi2_dummy/SConscript
components/partition/SConscript
components/rhino/SConscript
components/sec_crypto/SConscript
components/cvi_mmf_sdk/cvi_middleware/cvi_mw_isp_daemon/src/cvi_pqtool_json.h
*.cdkws
solutions/**/pqtool_definition.json
solutions/**/.sconsign.dblite
.yoc
install