"docs/vscode:/vscode.git/clone" did not exist on "4ec4cd23f486bf70efcc5d2caa40f24368f752e3"
Commit fe519d64 authored by Chris's avatar Chris
Browse files

fix: Add *_all.cc files to ignore list

Added [gmock|gtest]_all.cc to PIO ignore list to avoid getting duplicate
symbols since PIO will compile the individual files.
parent 4f4c01d8
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
"googlemock/make", "googlemock/make",
"googlemock/msvc", "googlemock/msvc",
"googlemock/scripts", "googlemock/scripts",
"googlemock/src/gmock_all.cc",
"googlemock/src/gmock_main.cc", "googlemock/src/gmock_main.cc",
"googlemock/test", "googlemock/test",
"googlemock/CMakeLists.txt", "googlemock/CMakeLists.txt",
...@@ -38,6 +39,7 @@ ...@@ -38,6 +39,7 @@
"googletest/make", "googletest/make",
"googletest/msvc", "googletest/msvc",
"googletest/scripts", "googletest/scripts",
"googletest/src/gtest_all.cc",
"googletest/src/gtest_main.cc", "googletest/src/gtest_main.cc",
"googletest/test", "googletest/test",
"googletest/xcode", "googletest/xcode",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment