.gitignore 686 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. *.exe
  2. *.dll
  3. *.dylib
  4. *.so
  5. /other/
  6. Release_MD/
  7. Release/
  8. Debug/
  9. x64/
  10. ipch/
  11. */bin/obs
  12. */bin/test
  13. */bin/obs.app
  14. #autotools
  15. m4/libtool.m4
  16. m4/lt~obsolete.m4
  17. m4/ltoptions.m4
  18. m4/ltsugar.m4
  19. m4/ltversion.m4
  20. .deps
  21. .libs
  22. aclocal.m4
  23. autom4te.cache
  24. config.guess
  25. config.log
  26. config.status
  27. config.sub
  28. configure
  29. depcomp
  30. install-sh
  31. Makefile.in
  32. Makefile
  33. missing
  34. compile
  35. libtool
  36. ltmain.sh
  37. .depend
  38. tags
  39. *.trace
  40. *.swp
  41. *.dat
  42. *.clbin
  43. *.log
  44. *.tlog
  45. *.sdf
  46. *.opensdf
  47. *.xml
  48. *.ipch
  49. *.css
  50. *.xslt
  51. *.aps
  52. *.suo
  53. *.ncb
  54. *.user
  55. *.lo
  56. *.la
  57. *.o
  58. *.obj
  59. *.pdb
  60. *.res
  61. *.manifest
  62. *.dep
  63. *.zip
  64. *.lnk
  65. *.chm
  66. *~
  67. *.o.d
  68. *.ninja
  69. .ninja*
  70. .dirstamp
  71. #cmake
  72. cmake_install.cmake
  73. CMakeCache.txt
  74. CMakeFiles/
  75. CMakeScripts/
  76. #xcode
  77. *.xcodeproj/