abcminiuser / lufa

LUFA - the Lightweight USB Framework for AVRs.
http://www.lufa-lib.org
1.04k stars 325 forks source link

Small fixes #13

Closed stefanct closed 10 years ago

stefanct commented 10 years ago
  1. You broke make doxygen by including *.txt inside Demos/Device/LowLevel/BulkVendor/. That fails for me while processing the license text (Demos/Device/LowLevel/BulkVendor/WindowsDriver/license/libusb0/installer_license.txt) unsurprisingly. :)
  2. I like clean repositories so a complete .gitignore is important to me. I am not sure if this change is correct and complete (it seems to handle make doxygen in the root dir fine though).
abcminiuser commented 10 years ago

Thanks Stefan! I think the doxygen issue is best solved by adding the host demo directories and driver directories to the Doxygen EXCLUDE configuration parameter - I'll fix this in all the demos, since I'm sure it will crop up again. As for the .gitignore, that looks like a good idea to add.

abcminiuser commented 10 years ago

Fixed the .gitignore, and added all the host applications as exclusions to the Doxygen config files:

https://github.com/abcminiuser/lufa/commit/52a5016576b829c78c0f98fac1fbe3a51e643fad