.gitignore 376 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. /Debug/
  2. /html/
  3. # Object files
  4. *.o
  5. *.ko
  6. *.obj
  7. *.elf
  8. # Libraries
  9. *.lib
  10. *.a
  11. *.la
  12. *.lo
  13. # Shared objects (inc. Windows DLLs)
  14. *.dll
  15. *.so
  16. *.so.*
  17. *.dylib
  18. # Executables
  19. *.exe
  20. *.out
  21. *.app
  22. *.i*86
  23. *.x86_64
  24. *.hex
  25. *.bak
  26. # Misc
  27. *.map
  28. *.m
  29. # Eclipse CDT project files
  30. #cproject
  31. #.project
  32. .settings/
  33. .mxproject
  34. # Include makefiles
  35. !Makefile
  36. *~
  37. # Libraries
  38. /lib
  39. /Core/Inc/nbus_config.h