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 /plugins/hello_gdextension | |
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
Diffstat (limited to 'plugins/hello_gdextension')
-rw-r--r-- | plugins/hello_gdextension/src/main/assets/addons/hello_gdextension_plugin/.bin/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |