diff options
author | Fredia Huya-Kouadio <fhuya@meta.com> | 2023-08-17 14:20:16 -0700 |
---|---|---|
committer | Fredia Huya-Kouadio <fhuya@meta.com> | 2023-08-17 14:20:16 -0700 |
commit | 49ef8e3d93b335967361640e77c97a220e4339f3 (patch) | |
tree | 4287f87e2416ddde88d8856a5dda56196dfa674e | |
parent | f3acc67f0d9ce54b635372db0d59f247f9aab0ea (diff) | |
download | godot-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.md | 1 | ||||
-rw-r--r-- | plugins/hello_gdextension/src/main/assets/addons/hello_gdextension_plugin/.bin/.gitignore | 1 |
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 |