.gitignore 1.6 KB

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