From 67f53ea27c8b1954586bf07e270ff174e04430e5 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sun, 10 Mar 2024 17:53:50 -0500 Subject: [PATCH] branch2.hpp --- src/branch2.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/branch2.hpp b/src/branch2.hpp index 643d7af4..ef8c0784 100644 --- a/src/branch2.hpp +++ b/src/branch2.hpp @@ -23,6 +23,9 @@ public: ~Branch2(); Branch2& operator=(Branch2 const &); +public: + bool matches_exclude(ghc::filesystem::path const &path); + public: bool enabled; Mode mode;