| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- *.i
- *.o*
- *.d*
- *.elf*
- *.diss*
- *.dasm*
- *.map*
- *.bin*
- *.log*
- *.hex*
- *.srec*
- *.zip
- *.pyc
- .vscode
- 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
- # IAR Embedded Workbench generated dirs/files
- settings/
- Debug/
- Release/
- *.dep
- *.ewt
|