From 3617bd166b7ed3f3a94b30f7412f79c9ad792cf9 Mon Sep 17 00:00:00 2001 From: Be Date: Sun, 15 Aug 2021 21:16:41 -0500 Subject: [PATCH] add build directory to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 4269200..fdf5da0 100644 --- a/.gitignore +++ b/.gitignore @@ -47,3 +47,5 @@ source/android-lib/local.properties source/android-lib/build source/android-lib/.externalNativeBuild +# CMake build directory +build*