From 1b74ae72a7cbda37e8851f3241c0146ef1b0dc30 Mon Sep 17 00:00:00 2001 From: Mark Mandel Date: Thu, 30 Sep 2021 14:32:52 -0700 Subject: [PATCH] Ignore SDK CPP build directory (#2284) test/sdk/cpp/sdk/ gets generated on CPP SDK testing, but depending on your dev path, may not get cleaned up (and you may not want it to be cleaned up). So finally adding it to .gitignore rather than forcing myself to delete it every time. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 02b0a3116c..f8e6fb4ffd 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ build/allocation /release debug.test obj +test/sdk/cpp/sdk/