diff options
| author | liamwhite <liamwhite@users.noreply.github.com> | 2023-09-19 09:25:09 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-19 09:25:09 -0400 |
| commit | df56ecc318c55897e3de8c60ba9b74a3c29323e8 (patch) | |
| tree | 445eed88c91ce53fa8198ab7bc0b9d14f5e6be7a /src/android/.gitignore | |
| parent | 49cb89e3241d6b4b418b417f7bdef0f046113842 (diff) | |
| parent | 7dd3d1b8ad3e4bedb03e17c8bee738fc8b67106d (diff) | |
Merge pull request #11542 from t895/touch-offset-fix
android: Screen orientation and aspect ratio fixes
Diffstat (limited to 'src/android/.gitignore')
| -rw-r--r-- | src/android/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/android/.gitignore b/src/android/.gitignore index 121cc8484..ff7121acd 100644 --- a/src/android/.gitignore +++ b/src/android/.gitignore @@ -63,3 +63,6 @@ fastlane/Preview.html fastlane/screenshots fastlane/test_output fastlane/readme.md + +# Autogenerated library for vulkan validation layers +libVkLayer_khronos_validation.so |
