.gitignore 780 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. *.xcodeproj
  2. *.xcworkspace
  3. *.sln
  4. *.vcxproj
  5. *.vcxproj.*
  6. *.suo
  7. *.sdf
  8. *.opensdf
  9. ipch/
  10. Debug/
  11. Release/
  12. .DS_Store
  13. .vs
  14. *.nupkg
  15. *.opendb
  16. packages.config
  17. /aclocal.m4
  18. /ar-lib
  19. /autom4te.cache/
  20. /compile
  21. /config.guess
  22. /config.log
  23. /config.status
  24. /config.sub
  25. /configure
  26. /depcomp
  27. /install-sh
  28. /ltmain.sh
  29. /missing
  30. /libtool
  31. /.libs/
  32. .deps/
  33. *.[oa]
  34. *.l[oa]
  35. Makefile
  36. Makefile.in
  37. m4/*.m4
  38. .buildstamp
  39. .dirstamp
  40. packages/
  41. .anjuta/*
  42. *.anjuta*
  43. config.h.*
  44. /config.h
  45. stamp*
  46. COPYING
  47. .idea/*
  48. *.VC.db
  49. cscope.*
  50. *-git-ignored-file.*
  51. test/*.trs
  52. test/test_*
  53. *.log
  54. test/.libs/*
  55. test/tests
  56. cglm_arm/*
  57. cglm_test_ios/*
  58. cglm_test_iosTests/*
  59. docs/build/*
  60. win/cglm_test_*
  61. * copy.*
  62. *.o
  63. *.obj
  64. *codeanalysis.*.xml
  65. *codeanalysis.xml
  66. *.lib
  67. *.tlog
  68. win/x64
  69. win/x85
  70. win/Debug
  71. cglm-test-ios*
  72. /cglm.pc
  73. test-driver
  74. [email protected]