更换.gitignore

This commit is contained in:
徐俊杰 2023-05-16 14:11:21 +08:00
parent bfb322f032
commit 9ba37d3b60
1 changed files with 16 additions and 68 deletions

84
.gitignore vendored
View File

@ -1,85 +1,33 @@
# A .gitignore for Keil projects.
# Taken mostly from http://www.keil.com/support/man/docs/uv4/uv4_b_filetypes.htm
# User-specific uVision files # User-specific uVision files
*.bat
*.opt *.opt
*.uvopt *.uvopt
*.uvoptx *.uvoptx
*.uvgui *.uvgui
*.uvgui.* *.uvgui.*
*.uvguix.* *.uvguix.*
*.ini
# Listing files
#*.cod # Generated output files
#*.map
#*.m51
#*.m66
*._ip *._ip
*.i *.i
*.lst *.lst
*/Listings/*.txt /project/Listings/*.txt
/project/*/Listings/*.txt
# define exception below if needed
*.scr
# Object and HEX files
*.axf
*.b[0-3][0-9]
*.hex
*.d
*.crf
*.elf
*.hex
*.h86
*.obj
*.o
*.sbr
*.htm
# Build files
# define exception below if needed
*.bat
*._ia
*.__i *.__i
*._ii *.crf
*.d
# Generated output files *.o
/Listings/*
/Objects/*
# Debugger files
# define exception below if needed
*.ini
# Other files
*.build_log.htm
*.cdb
*.dep *.dep
*.ic *.axf
*.lin *.build_log.*
*.hex
*.htm
*.lnp *.lnp
*.orc
# define exception below if needed
*.pack
# define exception below if needed
*.pdsc
*.plg
# define exception below if needed
*.sct *.sct
*.sfd *._ia
*.sfr
# Miscellaneous
*.tra
*.fed
*.l1p
*.l2p
*.iex
/si/
!*.bin
!*.map
# To explicitly override the above, define any exceptions here; e.g.:
# !my_customized_scatter_file.sct