From 0bd1e741c36dfed61e102ab114f80a1c7d172783 Mon Sep 17 00:00:00 2001 From: mappu Date: Tue, 24 Sep 2024 19:13:48 +1200 Subject: [PATCH] gitignore: more accurate exclusions for genbindings cache + android files --- .gitignore | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2bd04bf5..0c71330b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ -# scratch files -*.json +# cache files for genbindings +cmd/genbindings/cachedir/ # docker files container-build-cache/ @@ -17,4 +17,6 @@ examples/mdoutliner/mdoutliner.exe examples/windowsmanifest/windowsmanifest examples/windowsmanifest/windowsmanifest.exe -android-build \ No newline at end of file +# android temporary build files +android-build +deployment-settings.json