We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a221c22 + 775f588 commit f1a9aa7Copy full SHA for f1a9aa7
1 file changed
community/embedded/uVision.gitignore
@@ -0,0 +1,45 @@
1
+# git ignore file for Keil µVision Project
2
+
3
+# µVision 5 and µVision 4 Project screen layout file
4
+*.uvguix.*
5
+*.uvgui.*
6
7
+# Listing Files
8
+*.i
9
+*.lst
10
+*.m51
11
+*.m66
12
+*.map
13
14
+# Object Files
15
+*.axf
16
+*.b[0-2][0-9]
17
+*.b3[0-1]
18
+*.bak
19
+*.build_log.htm
20
+*.crf
21
+*.d
22
+*.dep
23
+*.elf
24
+*.htm
25
+*.iex
26
+*.lnp
27
+*.o
28
+*.obj
29
+*.sbr
30
31
+# Firmware Files
32
+*.bin
33
+*.h86
34
+*.hex
35
36
+# Build Files
37
+.bat
38
39
+# Debugger Files
40
+.ini
41
42
+# JLink Files
43
+JLinkLog.txt
44
45
+# Other Files
0 commit comments