From 25df7053813fe4c43a2a95db2693b50fb107689c 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 a2995d7618e7435fb4dea17d7dc7b1c6cea85535 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