We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cdc6b9 commit 588a162Copy full SHA for 588a162
.gitignore
@@ -0,0 +1,54 @@
1
+
2
+# Created by https://www.gitignore.io/api/keil
3
4
+### Keil ###
5
+# something maybe need to add
6
+# *.bat # generate batch file
7
+# output/project_name # uv project generate without file ext
8
+# *.SRC # generate source file
9
+# *.src
10
11
+# Prerequisites
12
+*.d
13
+*.dep
14
+# Object files
15
+*.o
16
+*.obj
17
+*.OBJ
18
19
+# Listing Files
20
+*.COD
21
+*.cod
22
+*.[Ii]
23
+*.LST
24
+*.lst
25
+*.MAP
26
+*.map
27
+*.[Mm]51
28
+*.[Mm]66
29
+*.SCR
30
+*.scr
31
32
+# LINK output
33
+*.ABS
34
35
+# Libraries
36
+*.lib
37
+*.LIB
38
39
40
+# uv output
41
+*.lnp
42
+*.build_log.htm
43
+#*.HEX
44
+#*.hex
45
46
47
+# Build Files
48
+*._IA
49
+*.__[Ii]
50
+*._[Ii][Ii]
51
52
+# project
53
+*.uvgui.*
54
+*.uvguix.*
0 commit comments