12345678910111213141516171819202122232425 |
- # IAR settings
- settings/**
- # IAR debug files
- DEBUG/**
- Release/**
- # IAR project files
- /*.dep
- /*.ewd
- /*.ewt
- /~*
- # VS code settings
- .vscode/**
- .vs/
- # Xmake cache
- .xmake/
- build/
- # Generated Fingerprint File
- fp.def
- /Debug/
|