.gitignore 595 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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. *.gmon
  54. *.info
  55. *.out
  56. html_report
  57. # IAR Embedded Workbench generated dirs/files
  58. settings/
  59. Debug/
  60. Release/
  61. *.dep
  62. *.ewt