From 819e2b641925e5f3e18f4dffc422a5a7115293b5 Mon Sep 17 00:00:00 2001 From: Moses Turner Date: Fri, 18 Feb 2022 01:23:49 -0600 Subject: [PATCH] gitignore: Ignore Vulkan validation layer settings --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 6030d7c21..a0ce2c746 100644 --- a/.gitignore +++ b/.gitignore @@ -102,3 +102,6 @@ gradle-wrapper.jar # Ignore CI things container-build-report.xml + +# Ignore Vulkan validation layer settings +vk_layer_settings.txt