.gitignore 525 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. *.i
  2. *.o*
  3. *.d*
  4. *.elf*
  5. *.diss*
  6. *.dasm*
  7. *.map*
  8. *.bin*
  9. *.log*
  10. *.hex*
  11. *.srec*
  12. *.zip
  13. *.pyc
  14. .vscode
  15. software/*/*.s
  16. *.dump*
  17. *.verilog*
  18. *.swp*
  19. *.swo*
  20. prebuilt_tools/
  21. setup_config.sh
  22. setup_config.bat
  23. setup_config.ps1
  24. tags
  25. ctags
  26. TAGS
  27. TAG
  28. CTAGS
  29. *_examples
  30. *_labs
  31. Makefile.local
  32. Makefile.global
  33. doc/build/
  34. _build
  35. __pycache__
  36. *.pyc
  37. logs*
  38. gen/
  39. tmp*/
  40. Scratch*
  41. scratch*
  42. bitstream*
  43. Backup*
  44. usb_info.json
  45. fpga_runner.yaml
  46. *.back*
  47. *.gcda
  48. *.gcno
  49. *.gcov
  50. # IAR Embedded Workbench generated dirs/files
  51. settings/
  52. Debug/
  53. Release/
  54. *.dep
  55. *.ewt