From ef92c9740fdd25eb96ab2e2d79a3331410fffded Mon Sep 17 00:00:00 2001 From: Ignacio Etcheverry Date: Mon, 12 Aug 2019 15:59:06 +0200 Subject: [PATCH] Make git no longer ignore solution files inside the mono module (cherry picked from commit 33c0d47273584af625987c8553e41bdba2cec179) --- modules/mono/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 modules/mono/.gitignore diff --git a/modules/mono/.gitignore b/modules/mono/.gitignore new file mode 100644 index 00000000000..fa6d00cbbba --- /dev/null +++ b/modules/mono/.gitignore @@ -0,0 +1,2 @@ +# Do not ignore solution files inside the mono module. Overrides Godot's global gitignore. +!*.sln