.gitignore 184 B

1234567891011121314151617181920212223242526
  1. *.i
  2. *.o
  3. *.d
  4. *.elf
  5. *.diss
  6. *.map
  7. *.bin
  8. *.log
  9. .vscode
  10. *.dump
  11. *.verilog
  12. *.swp
  13. *.swo
  14. prebuilt_tools/
  15. setup_config.sh
  16. setup_config.bat
  17. tags
  18. TAGS
  19. TAG
  20. CTAGS
  21. Makefile.local
  22. Makefile.global