.gitignore 386 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. # Object files
  2. *.o
  3. *.ko
  4. *.mo
  5. *.d
  6. *.crf
  7. *.lst
  8. # Libraries
  9. *.lib
  10. *.a
  11. # Shared objects (inc. Windows DLLs)
  12. *.dll
  13. *.so
  14. *.so.*
  15. *.dylib
  16. *.pyc
  17. # Executables
  18. *.exe
  19. *.out
  20. *.app
  21. *.elf
  22. *.axf
  23. *.bin
  24. *.hex
  25. # Intermediate file
  26. *.bak
  27. *.swp
  28. *.map
  29. *.dblite
  30. *.dep
  31. *.lnp
  32. *.uvgui.*
  33. *.build_log.*
  34. build
  35. Debug
  36. _UpgradeReport_Files
  37. *.ncb
  38. *.suo
  39. *.exp
  40. *.sdf
  41. *.XML
  42. *.user
  43. *.def
  44. Backup*
  45. UpgradeLog*
  46. *.filters