From 9e330513453e103b5727b172c148ce0f813e4d14 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Sat, 12 Jan 2013 20:25:01 +0000 Subject: [PATCH] Fixed #2 --- babel.nim | 1 - 1 file changed, 1 deletion(-) diff --git a/babel.nim b/babel.nim index cc9b78c..2cc3c0a 100644 --- a/babel.nim +++ b/babel.nim @@ -148,7 +148,6 @@ proc copyFilesRec(origDir, currentDir, dest: string, pkgInfo: TPackageInfo) = else: var skip = false if file.splitFile().name[0] == '.': skip = true - if file.splitFile().ext == "": skip = true for ignoreFile in pkgInfo.skipFiles: if samePaths(file, origDir / ignoreFile): skip = true