.gitignore 224 B

12345678910111213141516171819202122232425
  1. # IAR settings
  2. settings/**
  3. # IAR debug files
  4. DEBUG/**
  5. Release/**
  6. # IAR project files
  7. /*.dep
  8. /*.ewd
  9. /*.ewt
  10. /~*
  11. # VS code settings
  12. .vscode/**
  13. .vs/
  14. # Xmake cache
  15. .xmake/
  16. build/
  17. # Generated Fingerprint File
  18. fp.def
  19. /Debug/