Micro template library A library for building device drivers
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

15 строки
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/