.gitignore 576 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. # Compiled Object files
  2. *.slo
  3. *.lo
  4. *.o
  5. *.obj
  6. # Compiled Dynamic libraries
  7. *.so
  8. *.dylib
  9. # Compiled Static libraries
  10. *.lai
  11. *.la
  12. *.a
  13. # Executables
  14. *.exe
  15. *.out
  16. *.app
  17. stk-editor
  18. # VS files
  19. *.suo
  20. *.userosscache
  21. *.sln.docstates
  22. stk-editor/vs/stk_editor/Debug/stk_editor.tlog
  23. *_i.c
  24. *_p.c
  25. *_i.h
  26. *.ilk
  27. *.meta
  28. *.obj
  29. *.pch
  30. *.pdb
  31. *.pgc
  32. *.pgd
  33. *.rsp
  34. *.sbr
  35. *.tlb
  36. *.tli
  37. *.tlh
  38. *.tmp
  39. *.tmp_proj
  40. *.log
  41. *.vspscc
  42. *.vssscc
  43. .builds
  44. *.pidb
  45. *.svclog
  46. *.scc
  47. *.idb
  48. *.aps
  49. *.ncb
  50. *.opensdf
  51. *.sdf
  52. *.cachefile
  53. *.psess
  54. *.vsp
  55. *.vspx
  56. *.tlog
  57. CMakeLists.txt.user
  58. *~
  59. .idea/
  60. libraries/
  61. build/
  62. build-*/
  63. bld/