diff options
author | Brian Douglas <bdougie@users.noreply.github.com> | 2021-12-10 16:46:04 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-10 16:46:04 -0800 |
commit | f1a9aa7b3d536d2ab7280157a8d9743e703304c9 (patch) | |
tree | 6cd5d83b98e9ebc1cb04f48bb3f017ffb9ff11b8 | |
parent | a221c22479f75bbe067209e52984028e3d76c798 (diff) | |
parent | 775f588c423e2d13b50ab6b9a12a23253b0d9fd8 (diff) | |
download | gitignore-f1a9aa7b3d536d2ab7280157a8d9743e703304c9.tar.gz gitignore-f1a9aa7b3d536d2ab7280157a8d9743e703304c9.zip |
Merge pull request #3777 from weycen/add-uVision
Add template for Keil uVision
-rw-r--r-- | community/embedded/uVision.gitignore | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/community/embedded/uVision.gitignore b/community/embedded/uVision.gitignore new file mode 100644 index 00000000..f69c404f --- /dev/null +++ b/community/embedded/uVision.gitignore @@ -0,0 +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 |