diff --git a/src/branch2.cpp b/src/branch2.cpp index cb947838..575bf711 100644 --- a/src/branch2.cpp +++ b/src/branch2.cpp @@ -66,3 +66,9 @@ Branch2::operator=(Branch2 const &b_) return *this; } + +bool +Branch2::matches_exclude(ghc::filesystem::path const &path_) const +{ + +}