From f7b090f94a26b590f494c441344832ec417ba03d Mon Sep 17 00:00:00 2001 From: Brickcaster Date: Mon, 23 Nov 2015 08:00:52 -0500 Subject: [PATCH] Added windows specific file godot_res.res is showing up as a changed file when compiling for windows. Need to ignore it. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a7ac2d2fc7..f24d91a7ee 100644 --- a/.gitignore +++ b/.gitignore @@ -296,3 +296,4 @@ cscope.po.out godot.creator.* projects/ +platform/windows/godot_res.res