.gitignore 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. # Ignore CI build directory
  2. build/
  3. xcuserdata
  4. cmake-build-debug/
  5. .idea/
  6. bazel-bin
  7. bazel-genfiles
  8. bazel-googletest
  9. bazel-out
  10. bazel-testlogs
  11. # python
  12. *.pyc
  13. # Visual Studio files
  14. .vs
  15. *.sdf
  16. *.opensdf
  17. *.VC.opendb
  18. *.suo
  19. *.user
  20. _ReSharper.Caches/
  21. Win32-Debug/
  22. Win32-Release/
  23. x64-Debug/
  24. x64-Release/
  25. # VSCode files
  26. .cache/
  27. cmake-variants.yaml
  28. # Ignore autoconf / automake files
  29. Makefile.in
  30. aclocal.m4
  31. configure
  32. build-aux/
  33. autom4te.cache/
  34. googletest/m4/libtool.m4
  35. googletest/m4/ltoptions.m4
  36. googletest/m4/ltsugar.m4
  37. googletest/m4/ltversion.m4
  38. googletest/m4/lt~obsolete.m4
  39. googlemock/m4
  40. # Ignore generated directories.
  41. googlemock/fused-src/
  42. googletest/fused-src/
  43. # macOS files
  44. .DS_Store
  45. googletest/.DS_Store
  46. googletest/xcode/.DS_Store
  47. # Ignore cmake generated directories and files.
  48. CMakeFiles
  49. CTestTestfile.cmake
  50. Makefile
  51. cmake_install.cmake
  52. googlemock/CMakeFiles
  53. googlemock/CTestTestfile.cmake
  54. googlemock/Makefile
  55. googlemock/cmake_install.cmake
  56. googlemock/gtest
  57. /bin
  58. /googlemock/gmock.dir
  59. /googlemock/gmock_main.dir
  60. /googlemock/RUN_TESTS.vcxproj.filters
  61. /googlemock/RUN_TESTS.vcxproj
  62. /googlemock/INSTALL.vcxproj.filters
  63. /googlemock/INSTALL.vcxproj
  64. /googlemock/gmock_main.vcxproj.filters
  65. /googlemock/gmock_main.vcxproj
  66. /googlemock/gmock.vcxproj.filters
  67. /googlemock/gmock.vcxproj
  68. /googlemock/gmock.sln
  69. /googlemock/ALL_BUILD.vcxproj.filters
  70. /googlemock/ALL_BUILD.vcxproj
  71. /lib
  72. /Win32
  73. /ZERO_CHECK.vcxproj.filters
  74. /ZERO_CHECK.vcxproj
  75. /RUN_TESTS.vcxproj.filters
  76. /RUN_TESTS.vcxproj
  77. /INSTALL.vcxproj.filters
  78. /INSTALL.vcxproj
  79. /googletest-distribution.sln
  80. /CMakeCache.txt
  81. /ALL_BUILD.vcxproj.filters
  82. /ALL_BUILD.vcxproj