.gitignore 495 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. # Shared objects (inc. Windows DLLs)
  15. *.dll
  16. *.so
  17. *.so.*
  18. *.dylib
  19. # Executables
  20. *.exe
  21. *.out
  22. *.app
  23. *.i*86
  24. *.x86_64
  25. *.hex
  26. # Debug files
  27. *.dSYM/
  28. *.pdb
  29. # VStudio files
  30. *.ncb
  31. *.ncb
  32. *.aps
  33. *.opt
  34. *.clw
  35. *.plg
  36. *.mak
  37. *.suo
  38. *.sbr
  39. *.idb
  40. *.res
  41. *.ilk
  42. *.exp
  43. *.bsc
  44. *.sdf
  45. *.user
  46. *.manifest
  47. *.dep
  48. *.log
  49. *.tlog
  50. *.lastbuildstate
  51. *.ipch
  52. *.opensdf
  53. # Math files
  54. *.nb
  55. # Specific files
  56. .aux
  57. .tools
  58. build
  59. clear.cmd