| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- *.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
- # IAR Embedded Workbench generated dirs/files
- settings/
- Debug/
- Release/
- *.dep
- *.ewt
|