From 446892d11ee712839084e4599a07d8decf6b3b54 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 24 May 2018 16:13:23 -0700 Subject: Consolidating code obj code and expunging all [[..]]-style lua strings. --- nomsu.moon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nomsu.moon') diff --git a/nomsu.moon b/nomsu.moon index 50a95d9..d8ae4e0 100755 --- a/nomsu.moon +++ b/nomsu.moon @@ -78,7 +78,7 @@ all_files = (path)-> -- TODO: improve sanitization path = path\gsub("\\","\\\\")\gsub("`","")\gsub('"','\\"')\gsub("$","") return coroutine.wrap -> - f = io.popen('find -L "'..path..'" -type f -name "*.nom"') + f = io.popen('find -L "'..path..'" -not -path "*/\\.*" -type f -name "*.nom"') for line in f\lines! coroutine.yield(line) success = f\close! -- cgit v1.2.3