diff options
author | Ignacio Etcheverry <ignalfonsore@gmail.com> | 2019-08-12 15:59:06 +0200 |
---|---|---|
committer | Ignacio Etcheverry <ignalfonsore@gmail.com> | 2019-08-12 15:59:06 +0200 |
commit | 33c0d47273584af625987c8553e41bdba2cec179 (patch) | |
tree | 8b0db69ebc418c09d25b6619f36d712ad89abf52 | |
parent | fe3cd5175589c27c3564224b317bbc0177a5a735 (diff) |
Make git no longer ignore solution files inside the mono module
-rw-r--r-- | modules/mono/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/mono/.gitignore b/modules/mono/.gitignore new file mode 100644 index 0000000000..fa6d00cbbb --- /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 |