From 9ba37d3b601298a2838d54f2de233e9de0bbb0f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E4=BF=8A=E6=9D=B0?= Date: Tue, 16 May 2023 14:11:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 84 +++++++++++------------------------------------------- 1 file changed, 16 insertions(+), 68 deletions(-) diff --git a/.gitignore b/.gitignore index 243d6b9..132c43c 100644 --- a/.gitignore +++ b/.gitignore @@ -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 +*.bat *.opt *.uvopt *.uvoptx *.uvgui *.uvgui.* *.uvguix.* +*.ini -# Listing files -#*.cod -#*.map -#*.m51 -#*.m66 + +# Generated output files *._ip *.i *.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 -*._ii - -# Generated output files -/Listings/* -/Objects/* - -# Debugger files -# define exception below if needed -*.ini - -# Other files -*.build_log.htm -*.cdb +*.crf +*.d +*.o *.dep -*.ic -*.lin +*.axf +*.build_log.* +*.hex +*.htm *.lnp -*.orc -# define exception below if needed -*.pack -# define exception below if needed -*.pdsc -*.plg -# define exception below if needed *.sct -*.sfd -*.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 +*._ia