diff options
author | est31 <MTest31@outlook.com> | 2015-11-30 01:26:51 +0100 |
---|---|---|
committer | est31 <MTest31@outlook.com> | 2015-11-30 01:36:08 +0100 |
commit | 15f6d3cebf9e8c9288132454816f1152e16dde36 (patch) | |
tree | 21ebe9b3a928e682f195e66cc171f3c05efacd3a /.gitignore | |
parent | 5e0419012a00631aac200739680b04446285eb14 (diff) |
Add way to look for templates at system wide level too
Useful for everybody wanting to package godot.
Fixes #1026.
-> Retain the old behaviour: path in error msg only when exporting.
-> User templates override system templates
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f24d91a7ee..cfdb0af68a 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,7 @@ core/global_defaults.cpp tools/editor/register_exporters.cpp tools/editor/doc_data_compressed.h tools/editor/editor_icons.cpp +tools/editor/editor_global_settings.cpp -fpic .fscache make.bat |