Micro template library A library for building device drivers
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 

15 lines
160 B

  1. # Ignore binary directories
  2. bin/
  3. .dep/
  4. obj/
  5. # Ignore eclipse projects
  6. .cproject
  7. .project
  8. .settings
  9. Debug/
  10. Release/
  11. # Ignode Doxygen output
  12. doc/