.gitignore 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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. # Ignore autoconf / automake files
  26. Makefile.in
  27. aclocal.m4
  28. configure
  29. build-aux/
  30. autom4te.cache/
  31. googletest/m4/libtool.m4
  32. googletest/m4/ltoptions.m4
  33. googletest/m4/ltsugar.m4
  34. googletest/m4/ltversion.m4
  35. googletest/m4/lt~obsolete.m4
  36. googlemock/m4
  37. # Ignore generated directories.
  38. googlemock/fused-src/
  39. googletest/fused-src/
  40. # macOS files
  41. .DS_Store
  42. googletest/.DS_Store
  43. googletest/xcode/.DS_Store
  44. # Ignore cmake generated directories and files.
  45. CMakeFiles
  46. CTestTestfile.cmake
  47. Makefile
  48. cmake_install.cmake
  49. googlemock/CMakeFiles
  50. googlemock/CTestTestfile.cmake
  51. googlemock/Makefile
  52. googlemock/cmake_install.cmake
  53. googlemock/gtest
  54. /bin
  55. /googlemock/gmock.dir
  56. /googlemock/gmock_main.dir
  57. /googlemock/RUN_TESTS.vcxproj.filters
  58. /googlemock/RUN_TESTS.vcxproj
  59. /googlemock/INSTALL.vcxproj.filters
  60. /googlemock/INSTALL.vcxproj
  61. /googlemock/gmock_main.vcxproj.filters
  62. /googlemock/gmock_main.vcxproj
  63. /googlemock/gmock.vcxproj.filters
  64. /googlemock/gmock.vcxproj
  65. /googlemock/gmock.sln
  66. /googlemock/ALL_BUILD.vcxproj.filters
  67. /googlemock/ALL_BUILD.vcxproj
  68. /lib
  69. /Win32
  70. /ZERO_CHECK.vcxproj.filters
  71. /ZERO_CHECK.vcxproj
  72. /RUN_TESTS.vcxproj.filters
  73. /RUN_TESTS.vcxproj
  74. /INSTALL.vcxproj.filters
  75. /INSTALL.vcxproj
  76. /googletest-distribution.sln
  77. /CMakeCache.txt
  78. /ALL_BUILD.vcxproj.filters
  79. /ALL_BUILD.vcxproj