.gitignore 410 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. # ---> C
  2. # Object files
  3. *.o
  4. *.ko
  5. *.obj
  6. *.elf
  7. *.mod
  8. *.d
  9. *.cmd
  10. # Precompiled Headers
  11. *.gch
  12. *.pch
  13. # Libraries
  14. *.lib
  15. *.a
  16. *.la
  17. *.lo
  18. # Shared objects (inc. Windows DLLs)
  19. *.dll
  20. *.so
  21. *.so.*
  22. *.dylib
  23. # Executables
  24. *.exe
  25. *.out
  26. *.app
  27. *.i*86
  28. *.x86_64
  29. *.hex
  30. # Debug files
  31. *.dSYM/
  32. *.symvers
  33. *.order
  34. *.mod.c
  35. tags
  36. test_app/beep
  37. test_app/cash_app
  38. test_app/mywatchdog
  39. test_app/setled
  40. test_app/setss
  41. test_app/system_ctl_app