.gitignore 506 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. # Object files
  2. *.o
  3. *.ko
  4. *.obj
  5. *.elf
  6. # Precompiled Headers
  7. *.gch
  8. *.pch
  9. # Libraries
  10. *.lib
  11. *.a
  12. *.la
  13. *.lo
  14. # Python files
  15. *.pyc
  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. *.pdb
  31. # VStudio files
  32. *.ncb
  33. *.ncb
  34. *.aps
  35. *.opt
  36. *.clw
  37. *.plg
  38. *.mak
  39. *.suo
  40. *.sbr
  41. *.idb
  42. *.res
  43. *.ilk
  44. *.exp
  45. *.bsc
  46. *.sdf
  47. *.user
  48. *.manifest
  49. *.dep
  50. *.log
  51. *.tlog
  52. *.lastbuildstate
  53. *.ipch
  54. *.opensdf
  55. # Local files
  56. clear.cmd
  57. backup
  58. bin
  59. build
  60. support
  61. win