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