.gitignore 205 B

12345678910111213141516
  1. *.o
  2. *.d
  3. *.elf
  4. *.hex
  5. *.eep
  6. *.sym
  7. *.bin
  8. *.lss
  9. *.map
  10. *.bak
  11. *.class
  12. Documentation/
  13. LUFA/StudioIntegration/ProjectGenerator/*
  14. LUFA/StudioIntegration/DocBook/*
  15. !LUFA/StudioIntegration/Docbook/mshelp/*
  16. Keyboard.h