Browse Source

branch2.cpp

toml4
Antonio SJ Musumeci 8 months ago
parent
commit
7779c1e149
  1. 2
      src/branch2.cpp

2
src/branch2.cpp

@ -78,6 +78,8 @@ Branch2::matches_exclude(ghc::filesystem::path const &path_) const
int rv;
rv = ::fnmatch(pattern.c_str(),path,FNM_EXTMATCH);
if(rv == 0)
return true;
}
return false;

Loading…
Cancel
Save