| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- *.i
- *.o*
- *.d*
- *.elf*
- *.diss*
- *.dasm*
- *.map*
- *.bin*
- *.log*
- *.hex*
- *.srec*
- *.zip
- *.pyc
- .vscode
- .cache
- .clangd
- compile_commands.json
- software/*/*.s
- *.dump*
- *.verilog*
- *.swp*
- *.swo*
- prebuilt_tools/
- setup_config.sh
- setup_config.bat
- setup_config.ps1
- tags
- ctags
- TAGS
- TAG
- CTAGS
- *_examples
- *_labs
- Makefile.local
- Makefile.global
- doc/build/
- _build
- __pycache__
- *.pyc
- logs*
- gen/
- tmp*/
- Scratch*
- scratch*
- bitstream*
- Backup*
- usb_info.json
- fpga_runner.yaml
- *.back*
- *.gcda
- *.gcno
- *.gcov
- *.gmon
- *.info
- *.out
- html_report
- # IAR Embedded Workbench generated dirs/files
- settings/
- Debug/
- Release/
- *.dep
- *.ewt
|