-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
executable file
·77 lines (70 loc) · 938 Bytes
/
.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
*.pyc
*.map
*.dblite
*.elf
*.hex
*.axf
*.exe
*.pdb
*.idb
*.ilk
*.old
*.crf
build
Debug
documentation/html
*~
*.o
*.obj
*.bak
*.dep
*.lib
*.i
*.d
*.patch
*.swo
*.swp
*.dfinish
*.su
#source insight 4 project files
*.si4project
*.patch
*.swo
*.swp
tools/kconfig-frontends/kconfig-mconf
packages
dist
dist_ide_project
cconfig.h
GPUCache
# Ignore rockchip output file
bsp/rockchip/*/documents/html
bsp/rockchip/*/documents/latex
bsp/rockchip/*/auto_version.h
bsp/rockchip/*/Image/Firmware.*
bsp/rockchip/*/Image/rtthread.img
bsp/rockchip/tools/log
bsp/rockchip/swallow
bsp/rockchip/pisces
components/hifi3
components/rknpu
third_party/audio/audio_server/source
applications/wearable
.repo
# Ignore apps
applications/rtthread-apps
# Ignore documents
Rockchip-docs*
# Ignore OS X Desktop Services Store files
.DS_Store
._.DS_Store
#cscope files
cscope.*
ncscope.*
#ctag files
tags
.idea
.vscode
.history
CMakeLists.txt
cmake-build-debug