Clone
ixen <ixen@copyhandler.com>
committed
on 19 Mar 19
Changed googletest/googlemock to new version supporting VS2017. Changed main projects settings to target v141_xp. Updated source code to han… Show more
Changed googletest/googlemock to new version supporting VS2017. Changed main projects settings to target v141_xp. Updated source code to handle the new framework. (CH-340)

Show less

ext/googletest/.gitignore (+52 -0)
1 1 # Ignore CI build directory
2 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 *.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
  26 # Ignore autoconf / automake files
  27 Makefile.in
  28 aclocal.m4
  29 configure
  30 build-aux/
  31 autom4te.cache/
  32 googletest/m4/libtool.m4
  33 googletest/m4/ltoptions.m4
  34 googletest/m4/ltsugar.m4
  35 googletest/m4/ltversion.m4
  36 googletest/m4/lt~obsolete.m4
  37
  38 # Ignore generated directories.
  39 googlemock/fused-src/
  40 googletest/fused-src/
  41
  42 # macOS files
  43 .DS_Store
  44
  45 # Ignore cmake generated directories and files.
  46 CMakeFiles
  47 CTestTestfile.cmake
  48 Makefile
  49 cmake_install.cmake
  50 googlemock/CMakeFiles
  51 googlemock/CTestTestfile.cmake
  52 googlemock/Makefile
  53 googlemock/cmake_install.cmake
  54 googlemock/gtest