summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFredia Huya-Kouadio <fhuya@meta.com>2023-08-17 14:20:16 -0700
committerFredia Huya-Kouadio <fhuya@meta.com>2023-08-17 14:20:16 -0700
commit49ef8e3d93b335967361640e77c97a220e4339f3 (patch)
tree4287f87e2416ddde88d8856a5dda56196dfa674e
parentf3acc67f0d9ce54b635372db0d59f247f9aab0ea (diff)
downloadgodot-android-samples-49ef8e3d93b335967361640e77c97a220e4339f3.tar.gz
godot-android-samples-49ef8e3d93b335967361640e77c97a220e4339f3.tar.bz2
godot-android-samples-49ef8e3d93b335967361640e77c97a220e4339f3.zip
Misc cleanups for the GDExtension plugin sample
-rw-r--r--plugins/README.md1
-rw-r--r--plugins/hello_gdextension/src/main/assets/addons/hello_gdextension_plugin/.bin/.gitignore1
2 files changed, 2 insertions, 0 deletions
diff --git a/plugins/README.md b/plugins/README.md
index 9437f4f..58e4f67 100644
--- a/plugins/README.md
+++ b/plugins/README.md
@@ -6,3 +6,4 @@ Collection of samples showcasing how Godot Android plugins are built and package
- [Hello World plugin](hello_world/README.md)
- [Hello Signals plugin](hello_signals/README.md)
+- [Hello GDExtension plugin](hello_gdextension/README.md)
diff --git a/plugins/hello_gdextension/src/main/assets/addons/hello_gdextension_plugin/.bin/.gitignore b/plugins/hello_gdextension/src/main/assets/addons/hello_gdextension_plugin/.bin/.gitignore
index d6b7ef3..375ed0d 100644
--- a/plugins/hello_gdextension/src/main/assets/addons/hello_gdextension_plugin/.bin/.gitignore
+++ b/plugins/hello_gdextension/src/main/assets/addons/hello_gdextension_plugin/.bin/.gitignore
@@ -1,2 +1,3 @@
*
!.gitignore
+!.gdignore