| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- # Compiled Sources
- ###################
- *.o
- *.a
- *.elf
- *.bin
- *.map
- *.hex
- *.dis
- *.exe
- # Packages
- ############
- # Logs and Databases
- ######################
- *.log
- # VIM Swap Files
- ######################
- *.swp
- # Build directory
- ######################
- build/
- # Test failure outputs
- ######################
- tests/*.exp
- tests/*.out
- # Python cache files
- ######################
- __pycache__/
- *.pyc
- # Customized Makefile/project overrides
- ######################
- GNUmakefile
- user.props
- # Generated rst files
- ######################
- genrst/
|