# # # patch "std_hooks.lua" # from [55715d1a5035f6d594341f8383d4f2ce95896afb] # to [e2c6dd278aca2d0a6df60cf0dc9dbf353eef64d7] # ============================================================ --- std_hooks.lua 55715d1a5035f6d594341f8383d4f2ce95896afb +++ std_hooks.lua e2c6dd278aca2d0a6df60cf0dc9dbf353eef64d7 @@ -148,8 +148,7 @@ if dir_matches(name, ".bzr") then return true end if dir_matches(name, ".hg") then return true end -- other VCSes (where metadata is stored in named files): - if (string.find(name, "^%.scc$")) then return true end - if (string.find(name, "/%.scc$")) then return true end + if (string.find(name, "%.scc$")) then return true end -- desktop/directory configuration metadata if (string.find(name, "^.DS_Store$")) then return true end if (string.find(name, "/.DS_Store$")) then return true end