Browse Source

branch2.cpp

toml4
Antonio SJ Musumeci 8 months ago
parent
commit
277af1e1b6
  1. 6
      src/branch2.cpp

6
src/branch2.cpp

@ -66,3 +66,9 @@ Branch2::operator=(Branch2 const &b_)
return *this;
}
bool
Branch2::matches_exclude(ghc::filesystem::path const &path_) const
{
}
Loading…
Cancel
Save