Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AP_Scripting: ignore hidden Lua files
On macOS, sometimes ._script.lua is created to store metadata when the user copies script.lua over to their SD card. Previously, the scripting engine would barf since the file is not Lua. Now, these files are ignored. Also avoids a case where a hidden and valid script might be loaded without the user's knowledge.
- Loading branch information