.gitignore 195 B

123456789101112131415
  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/*