Ver Fonte

Update uVision.gitignore

Add *.map, *.m51, *.m66, *.h86. *.bat, and some category adjustments.
Chengwei Qiu há 3 anos atrás
pai
commit
af9d6ae6ea
1 ficheiros alterados com 14 adições e 7 exclusões
  1. 14 7
      uVision.gitignore

+ 14 - 7
uVision.gitignore

@@ -1,4 +1,4 @@
-# .gitignore file for Keil µVision
+# git ignore file for Keil µVision Project
 
 # µVision 5 and µVision 4 Project screen layout file
 *.uvguix.*
@@ -7,23 +7,30 @@
 # Listing Files
 *.i
 *.lst
+*.m51
+*.m66
+*.map
 
-# Object and HEX Files
+# Object Files
 *.axf
 *.b[0-2][0-9]
 *.b3[0-1]
-*.bin
-*.d
 *.crf
+*.d
 *.elf
-*.hex
-*.h86
+*.htm
 *.iex
-*.obj
 *.o
+*.obj
 *.sbr
 
+# Firmware Files
+*.bin
+*.h86
+*.hex
+
 # Build Files
+.bat
 
 # Debugger Files
 .ini