003 File Manager
Current Path:
/usr/src/contrib/googletest
usr
/
src
/
contrib
/
googletest
/
📁
..
📄
.gitignore
(850 B)
📄
.travis.yml
(2.53 KB)
📄
BUILD.bazel
(5.15 KB)
📄
CMakeLists.txt
(584 B)
📄
CONTRIBUTING.md
(6.53 KB)
📄
LICENSE
(1.44 KB)
📄
Makefile.am
(315 B)
📄
README.md
(5.05 KB)
📄
WORKSPACE
(213 B)
📄
appveyor.yml
(3.33 KB)
📁
ci
📄
configure.ac
(461 B)
📁
googlemock
📁
googletest
Editing: .gitignore
# Ignore CI build directory build/ xcuserdata cmake-build-debug/ .idea/ bazel-bin bazel-genfiles bazel-googletest bazel-out bazel-testlogs # python *.pyc # Visual Studio files *.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/ # macOS files .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
Upload File
Create Folder