131 lines
1.7 KiB
Plaintext
131 lines
1.7 KiB
Plaintext
# ---> IAR_EWARM
|
|
# gitignore template for the IAR EWARM
|
|
# website: https://www.iar.com/knowledge/support/technical-notes/ide/which-files-should-be-version-controlled/
|
|
|
|
# Some tools will put the EWARM files
|
|
# under a subdirectory with the same name
|
|
# as the configuration.
|
|
# Example
|
|
# EWARM/Config1/Obj /List /Exe
|
|
# EWARM/Config2/Obj /List /Exe
|
|
EWARM/**/Obj
|
|
EWARM/**/List
|
|
EWARM/**/Exe
|
|
|
|
# Autogenerated project files
|
|
*.dep
|
|
*.ewt
|
|
|
|
# Autogenerated folder for debugger
|
|
EWARM/settings
|
|
|
|
# ---> uVision
|
|
# 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
|
|
|
|
# ---> VisualStudioCode
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
!.vscode/*.code-snippets
|
|
|
|
# Local History for Visual Studio Code
|
|
.history/
|
|
|
|
# Built Visual Studio Code Extensions
|
|
*.vsix
|
|
|
|
# ---> IAR
|
|
# Compiled binaries
|
|
*.o
|
|
*.bin
|
|
*.elf
|
|
*.hex
|
|
*.map
|
|
*.out
|
|
*.obj
|
|
|
|
# Trash
|
|
*.bak
|
|
thumbs.db
|
|
*.~*
|
|
|
|
# IAR Settings
|
|
**/settings/*.crun
|
|
**/settings/*.dbgdt
|
|
**/settings/*.cspy
|
|
**/settings/*.cspy.*
|
|
**/settings/*.xcl
|
|
**/settings/*.dni
|
|
**/settings/*.wsdt
|
|
**/settings/*.wspos
|
|
|
|
# IAR Debug Exe
|
|
**/Exe/*.sim
|
|
|
|
# IAR Debug Obj
|
|
**/Obj/*.pbd
|
|
**/Obj/*.pbd.*
|
|
**/Obj/*.pbi
|
|
**/Obj/*.pbi.*
|
|
|
|
# IAR project "Debug" directory
|
|
Debug/
|
|
|
|
# IAR project "Release" directory
|
|
Release/
|
|
|
|
# IAR project settings directory
|
|
settings/
|
|
|
|
# IAR backup files
|
|
Backup*
|
|
|
|
# IAR .dep files
|
|
*.dep
|