From 182fb5c373453c8b6fe98dd2d5dd4a804ae13dea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Tue, 20 Dec 2022 23:18:57 +0100 Subject: [PATCH] Add .gitignore to ignore Vulkan validation layers on Android if added locally --- android/src/main/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 android/src/main/.gitignore diff --git a/android/src/main/.gitignore b/android/src/main/.gitignore new file mode 100644 index 0000000000..e1230da60d --- /dev/null +++ b/android/src/main/.gitignore @@ -0,0 +1 @@ +jniLibs