From 956fd0f7ddff90a72dba6134453ff9a26d41ae48 Mon Sep 17 00:00:00 2001 From: weycen Date: Fri, 2 Jul 2021 16:30:06 +0800 Subject: [PATCH] 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