.gitignore 176 B

1234567891011121314151617
  1. *~
  2. *.o
  3. *.d
  4. *.bin
  5. *.elf
  6. *.hex
  7. *.srec
  8. *.list
  9. *.map
  10. *.out
  11. *.html
  12. board.h
  13. last_board.mk
  14. # Somehow flashrom does not have a .gitignore.
  15. # However, adding rules here will not help.