.gitignore 882 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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]
  75. build/
  76. conftest.dir/*
  77. confdefs.h
  78. *.xcuserdatad
  79. .idea
  80. cmake-build-debug
  81. *.o.tmp
  82. xcode/*
  83. .vscode
  84. .build