aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/lfs_ext.lua
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2016-06-15 08:49:43 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2016-06-15 08:49:43 -0400
commitf703dfca25b1235455a484313ac1005df8eb571b (patch)
tree61649ca9a4de1911a86dde44d4006779f84c1eae /core/lfs_ext.lua
parentfc20fd1a9b74c1059775446baf921181433801aa (diff)
Removed CVS project recognition and assume Subversion v1.8+.
Diffstat (limited to 'core/lfs_ext.lua')
-rw-r--r--core/lfs_ext.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/lfs_ext.lua b/core/lfs_ext.lua
index b2b89a88..4bf641e3 100644
--- a/core/lfs_ext.lua
+++ b/core/lfs_ext.lua
@@ -18,7 +18,7 @@ lfs.FILTER = {
'a', 'bmp', 'bz2', 'class', 'dll', 'exe', 'gif', 'gz', 'jar', 'jpeg', 'jpg',
'o', 'png', 'so', 'tar', 'tgz', 'tif', 'tiff', 'zip'
},
- folders = {'%.bzr$', '%.git$', '%.hg$', '%.svn$', 'CVS$'}
+ folders = {'%.bzr$', '%.git$', '%.hg$', '%.svn$'}
}
local lfs_symlinkattributes = lfs.symlinkattributes