summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TOOLS/lua/autoload.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/TOOLS/lua/autoload.lua b/TOOLS/lua/autoload.lua
index caf9d786a0..2ca3b911c1 100644
--- a/TOOLS/lua/autoload.lua
+++ b/TOOLS/lua/autoload.lua
@@ -72,6 +72,9 @@ function find_and_add_entries()
return
end
table.filter(files, function (v, k)
+ if string.match(v, "^%.") then
+ return false
+ end
local ext = get_extension(v)
if ext == nil then
return false