From 3e3c409fc46f555f8705133e8689a1aaae29bf11 Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Sat, 28 Jul 2018 03:25:25 +1000 Subject: [PATCH] [host] ignore compiled shader headers --- host/.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/host/.gitignore b/host/.gitignore index 509668db..ee3dffd4 100644 --- a/host/.gitignore +++ b/host/.gitignore @@ -9,6 +9,9 @@ *.userosscache *.sln.docstates +# compiled shader headers +Shaders/*.h + # User-specific files (MonoDevelop/Xamarin Studio) *.userprefs