From 956fd0f7ddff90a72dba6134453ff9a26d41ae48 Mon Sep 17 00:00:00 2001 From: weycen Date: Fri, 2 Jul 2021 16:30:06 +0800 Subject: [PATCH 1/5] feat: Add template for Keil uVision --- uVision.gitignore | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 uVision.gitignore diff --git a/uVision.gitignore b/uVision.gitignore new file mode 100644 index 00000000..ab4049aa --- /dev/null +++ b/uVision.gitignore @@ -0,0 +1,36 @@ +# .gitignore file for Keil µVision + +# µVision 5 and µVision 4 Project screen layout file +*.uvguix.* +*.uvgui.* + +# Listing Files +*.i +*.lst + +# Object and HEX Files +*.axf +*.b[0-2][0-9] +*.b3[0-1] +*.bin +*.d +*.crf +*.elf +*.hex +*.h86 +*.obj +*.o +*.sbr + +# Build Files + +# Debugger Files +.ini + +# JLink Files +JLinkLog.txt + +# Other Files +*.bak +*.build_log.htm +*.dep From d80f0fe45382ebc4da9de8a14195f10f472a4a0e Mon Sep 17 00:00:00 2001 From: Chengwei Qiu Date: Thu, 8 Jul 2021 15:08:57 +0800 Subject: [PATCH 2/5] feat: Add *.iex --- uVision.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/uVision.gitignore b/uVision.gitignore index ab4049aa..6fa4ab7a 100644 --- a/uVision.gitignore +++ b/uVision.gitignore @@ -18,6 +18,7 @@ *.elf *.hex *.h86 +*.iex *.obj *.o *.sbr From af9d6ae6ea12a84fc5e5ba0e052e4a9ee5459ff1 Mon Sep 17 00:00:00 2001 From: Chengwei Qiu Date: Tue, 13 Jul 2021 11:17:32 +0800 Subject: [PATCH 3/5] Update uVision.gitignore Add *.map, *.m51, *.m66, *.h86. *.bat, and some category adjustments. --- uVision.gitignore | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/uVision.gitignore b/uVision.gitignore index 6fa4ab7a..b86a8793 100644 --- a/uVision.gitignore +++ b/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 From e60515a4b2af34c5545af0ea1fd56a36fb9c079a Mon Sep 17 00:00:00 2001 From: Chengwei Qiu Date: Tue, 13 Jul 2021 11:29:21 +0800 Subject: [PATCH 4/5] Update uVision.gitignore Add *.lnp, some category adjustments. --- uVision.gitignore | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/uVision.gitignore b/uVision.gitignore index b86a8793..5954ec83 100644 --- a/uVision.gitignore +++ b/uVision.gitignore @@ -15,11 +15,15 @@ *.axf *.b[0-2][0-9] *.b3[0-1] +*.bak +*.build_log.htm *.crf *.d +*.dep *.elf *.htm *.iex +*.lnp *.o *.obj *.sbr @@ -39,6 +43,3 @@ JLinkLog.txt # Other Files -*.bak -*.build_log.htm -*.dep From dc95dd536c636ad5c3fe66398ed1fab9ba153af6 Mon Sep 17 00:00:00 2001 From: weycen Date: Fri, 20 Aug 2021 22:21:26 +0800 Subject: [PATCH 5/5] Move 'uVision.gitignore' to the community folder --- .../embedded/uVision.gitignore | 90 +++++++++---------- 1 file changed, 45 insertions(+), 45 deletions(-) rename uVision.gitignore => community/embedded/uVision.gitignore (90%) diff --git a/uVision.gitignore b/community/embedded/uVision.gitignore similarity index 90% rename from uVision.gitignore rename to community/embedded/uVision.gitignore index 5954ec83..f69c404f 100644 --- a/uVision.gitignore +++ b/community/embedded/uVision.gitignore @@ -1,45 +1,45 @@ -# git ignore file for Keil µVision Project - -# µVision 5 and µVision 4 Project screen layout file -*.uvguix.* -*.uvgui.* - -# Listing Files -*.i -*.lst -*.m51 -*.m66 -*.map - -# Object Files -*.axf -*.b[0-2][0-9] -*.b3[0-1] -*.bak -*.build_log.htm -*.crf -*.d -*.dep -*.elf -*.htm -*.iex -*.lnp -*.o -*.obj -*.sbr - -# Firmware Files -*.bin -*.h86 -*.hex - -# Build Files -.bat - -# Debugger Files -.ini - -# JLink Files -JLinkLog.txt - -# Other Files +# git ignore file for Keil µVision Project + +# µVision 5 and µVision 4 Project screen layout file +*.uvguix.* +*.uvgui.* + +# Listing Files +*.i +*.lst +*.m51 +*.m66 +*.map + +# Object Files +*.axf +*.b[0-2][0-9] +*.b3[0-1] +*.bak +*.build_log.htm +*.crf +*.d +*.dep +*.elf +*.htm +*.iex +*.lnp +*.o +*.obj +*.sbr + +# Firmware Files +*.bin +*.h86 +*.hex + +# Build Files +.bat + +# Debugger Files +.ini + +# JLink Files +JLinkLog.txt + +# Other Files