Micro template library A library for building device drivers
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

13 lines
129 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/