From 1496f73cc4c3125e6e22d06d193ad3bac89ddae3 Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 15 Dec 2018 13:31:56 -0600 Subject: [PATCH 1/2] fix: correct JSON syntax --- library.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.json b/library.json index 3104ec1e..fed9f695 100644 --- a/library.json +++ b/library.json @@ -30,7 +30,7 @@ "googletest/xcode", "googletest/CMakeLists.txt", "googletest/Makefile.am", - "googletest/configure.ac", + "googletest/configure.ac" ], "frameworks": "arduino", "platforms": [ From 0f698c830f7977a5eb61c397a15a6c5be25dbb3f Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 15 Dec 2018 13:32:19 -0600 Subject: [PATCH 2/2] chore: Add .vs to .gitignore for Visual Studio --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d6916f5d..3794794f 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ bazel-testlogs *.pyc # Visual Studio files +.vs *.sdf *.opensdf *.VC.opendb