diff options
author | Dana Olson <dana@shineuponthee.com> | 2015-01-10 02:37:00 -0500 |
---|---|---|
committer | Dana Olson <dana@shineuponthee.com> | 2015-01-10 02:37:00 -0500 |
commit | 88591af4ac8178c6c6ad9faad6ccb25e7104d1c0 (patch) | |
tree | 94ac6dd846aa7f690c62a248e08a7da06d5fbe72 /.gitignore | |
parent | 0a6f409323eda5d1ae2c968bbd482c8af1370466 (diff) |
fix saving texture flags to *.png.flags file, closes #399
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 45bf531311..4aee83c13f 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ drivers/gles2/shaders/*.h modules/register_module_types.cpp core/version.h core/method_bind.inc +core/method_bind_ext.inc core/script_encryption_key.cpp core/global_defaults.cpp tools/editor/register_exporters.cpp |