You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

29 lines
318 B

  1. # IAR Embedded Workbench build output
  2. **/Obj/
  3. **/List/
  4. **/Exe/
  5. # IAR generated dependency and cache files
  6. *.dep
  7. *.pbi
  8. *.pbd
  9. *.pbw
  10. *.browse
  11. *.xcl
  12. *.sim
  13. # IAR user-specific/generated settings
  14. **/settings/
  15. # Editor and operating-system files
  16. .vscode/
  17. .idea/
  18. *.user
  19. *.suo
  20. *.tmp
  21. *.bak
  22. *~
  23. .DS_Store
  24. Thumbs.db
  25. Desktop.ini