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