googletest/.gitignore

58 lines
902 B
Plaintext
Raw Normal View History

2016-02-17 04:46:14 +03:00
# Ignore CI build directory
build/
xcuserdata
2017-08-01 21:36:29 +03:00
cmake-build-debug/
.idea/
2017-08-01 21:50:59 +03:00
bazel-bin
bazel-genfiles
bazel-googletest
bazel-out
bazel-testlogs
# python
2017-05-03 13:40:33 +03:00
*.pyc
# Visual Studio files
.vs
2017-05-03 13:40:33 +03:00
*.sdf
*.opensdf
*.VC.opendb
*.suo
*.user
_ReSharper.Caches/
Win32-Debug/
Win32-Release/
x64-Debug/
x64-Release/
# Ignore autoconf / automake files
Makefile.in
aclocal.m4
configure
build-aux/
autom4te.cache/
googletest/m4/libtool.m4
googletest/m4/ltoptions.m4
googletest/m4/ltsugar.m4
googletest/m4/ltversion.m4
googletest/m4/lt~obsolete.m4
# Ignore generated directories.
googlemock/fused-src/
googletest/fused-src/
2018-07-17 12:39:29 +03:00
# macOS files
.DS_Store
googletest/.DS_Store
googletest/xcode/.DS_Store
# Ignore cmake generated directories and files.
CMakeFiles
CTestTestfile.cmake
Makefile
cmake_install.cmake
googlemock/CMakeFiles
googlemock/CTestTestfile.cmake
googlemock/Makefile
googlemock/cmake_install.cmake
googlemock/gtest