2016-02-16 17:46:14 -08:00
|
|
|
# Ignore CI build directory
|
|
|
|
build/
|
2016-03-11 07:58:27 -06:00
|
|
|
xcuserdata
|
2017-08-01 14:36:29 -04:00
|
|
|
cmake-build-debug/
|
|
|
|
.idea/
|
2017-08-01 14:50:59 -04:00
|
|
|
bazel-bin
|
|
|
|
bazel-genfiles
|
|
|
|
bazel-googletest
|
|
|
|
bazel-out
|
|
|
|
bazel-testlogs
|
2016-08-30 16:15:46 +02:00
|
|
|
# python
|
2017-05-03 13:40:33 +03:00
|
|
|
*.pyc
|
|
|
|
|
|
|
|
# Visual Studio files
|
|
|
|
*.sdf
|
|
|
|
*.opensdf
|
|
|
|
*.VC.opendb
|
|
|
|
*.suo
|
|
|
|
*.user
|
|
|
|
_ReSharper.Caches/
|
|
|
|
Win32-Debug/
|
|
|
|
Win32-Release/
|
|
|
|
x64-Debug/
|
|
|
|
x64-Release/
|
2017-12-03 14:07:35 -05:00
|
|
|
|
|
|
|
# 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 18:39:29 +09:00
|
|
|
|
|
|
|
# macOS files
|
|
|
|
.DS_Store
|