-
Notifications
You must be signed in to change notification settings - Fork 11
/
.gitignore
89 lines (79 loc) · 885 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
78
79
80
81
82
83
84
85
86
87
88
89
# reference to https://blog.csdn.net/u010160335/article/details/80068175
# reference to https://www.cnblogs.com/zzb-Dream-90Time/p/9052130.html
# Change by framist
# reference to Keil->help->µVision User's Guide->Appendix->B. File Types
# 注意:忽略大小写
# .vscode忽略
.vscode/
# keilkill.bat允许
!keilkilll.bat
# Project Files
!*.OPT
*.UVGUI.*
*.UVGUIX.*
!*.UVMPW
!*.UVPROJ
!*.UVPROJX
!*.UVOPT
!*.UVOPTX
!*.UV2
# Source Files
!*.A51
!*.A66
!*.C
!*.CPP
!*.H
!*.INC
!*.S
!*.SRC
# Listing Files
*.COD
*.HTM
*.I
*.LST
*.MAP
*.M51
*.M66
*.SCR
# Object and HEX Files
# *.
*.elf
*.AXF
*.B[00-31]
*.D
*.CRF
*.ELF
*.HEX
*.H86
# *.LIB
*.OBJ
*.O
*.SBR
# Build Files
*.BAT
*._IA
*.__I
*._II
*.SCR
# Debugger Files
*.INI
# Other Files
*.BUILD_LOG.HTM
*.CDB
*.DEP
*.IC
*.LIN
*.LNP
*.ORC
*.PACK
*.PDSC
*.PLG
*.SCT
*.UVL
*.UVLA
*.UVTSK
*.SFD
*.SFR
*.SVD.XML
*.SVD
*.XML