.gitignore 563 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. .cache
  16. .clangd
  17. compile_commands.json
  18. software/*/*.s
  19. *.dump*
  20. *.verilog*
  21. *.swp*
  22. *.swo*
  23. prebuilt_tools/
  24. setup_config.sh
  25. setup_config.bat
  26. setup_config.ps1
  27. tags
  28. ctags
  29. TAGS
  30. TAG
  31. CTAGS
  32. *_examples
  33. *_labs
  34. Makefile.local
  35. Makefile.global
  36. doc/build/
  37. _build
  38. __pycache__
  39. *.pyc
  40. logs*
  41. gen/
  42. tmp*/
  43. Scratch*
  44. scratch*
  45. bitstream*
  46. Backup*
  47. usb_info.json
  48. fpga_runner.yaml
  49. *.back*
  50. *.gcda
  51. *.gcno
  52. *.gcov
  53. # IAR Embedded Workbench generated dirs/files
  54. settings/
  55. Debug/
  56. Release/
  57. *.dep
  58. *.ewt