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.

.gitignore 508B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. # Created by .ignore support plugin (hsz.mobi)
  2. ### C template
  3. # Object files
  4. *.o
  5. *.ko
  6. *.obj
  7. *.elf
  8. # Precompiled Headers
  9. *.gch
  10. *.pch
  11. # Libraries
  12. *.lib
  13. *.a
  14. *.la
  15. *.lo
  16. # Shared objects (inc. Windows DLLs)
  17. *.dll
  18. *.so
  19. *.so.*
  20. *.dylib
  21. # Executables
  22. *.exe
  23. *.out
  24. *.app
  25. *.i*86
  26. *.x86_64
  27. *.hex
  28. # Debug files
  29. *.dSYM/
  30. ### C++ template
  31. # Compiled Object files
  32. *.slo
  33. # Precompiled Headers
  34. # Compiled Dynamic libraries
  35. # Fortran module files
  36. *.mod
  37. # Compiled Static libraries
  38. *.lai
  39. # Executables
  40. digicode_host
  41. .idea