From 21b3bcac790dac3dbe2f11c1a69ee4e743b8e5e8 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Sun, 8 May 2022 16:32:43 -0500 Subject: [PATCH] update gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 636c827fc..a5436e938 100644 --- a/.gitignore +++ b/.gitignore @@ -12,5 +12,8 @@ linuxbuild/ test/songs/ test/delta/ test/result/ +android/.gradle/ +android/app/build/ +android/app/.cxx/ .vs/ -CMakeSettings.json \ No newline at end of file +CMakeSettings.json