diff options
author | est31 <MTest31@outlook.com> | 2015-11-30 02:35:59 +0100 |
---|---|---|
committer | est31 <MTest31@outlook.com> | 2015-11-30 02:35:59 +0100 |
commit | e1d02e4831fdec372771956aa2ac70954ab3fe7b (patch) | |
tree | a95d60ae6481cd96a53af896710e43429187353a /.gitignore | |
parent | 15f6d3cebf9e8c9288132454816f1152e16dde36 (diff) |
Make the setting unix-only.
For this, put the detection into the OS class and its subclass.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index cfdb0af68a..d947306558 100644 --- a/.gitignore +++ b/.gitignore @@ -15,10 +15,10 @@ core/method_bind.inc core/method_bind_ext.inc core/script_encryption_key.cpp core/global_defaults.cpp +drivers/unix/os_unix_global_settings_path.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 |