From 277af1e1b62fb8d162d44bd0612c957e8cd78af2 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sun, 10 Mar 2024 17:54:21 -0500 Subject: [PATCH] branch2.cpp --- src/branch2.cpp | 6 ++++++ 1 file changed, 6 insertions(+) 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 +{ + +}