From be3c3a82ca1d7a43e5f4fe5c7030c0a930d40636 Mon Sep 17 00:00:00 2001 From: Charlie Lye Date: Tue, 17 Oct 2023 10:46:28 +0000 Subject: [PATCH] Revert "Revert "fix: Fix rebuild pattern slashes. (#2843)"" This reverts commit 5acc4fa002e521a4929ed00e489b0f6a19fed7d6. --- cpp/.rebuild_patterns | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpp/.rebuild_patterns b/cpp/.rebuild_patterns index c5fea1fede..6b4bc87e92 100644 --- a/cpp/.rebuild_patterns +++ b/cpp/.rebuild_patterns @@ -1,4 +1,4 @@ -^barretenberg/cpp/.*\\.(cpp|cc|cxx|c\\+\\+|h|hpp|hxx|h\\+\\+|c|h|inl|inc|ipp|tpp|cmake)$ -^barretenberg/cpp/.*CMakeLists\\.txt$ +^barretenberg/cpp/.*\.(cpp|cc|cxx|c\+\+|h|hpp|hxx|h\+\+|c|h|inl|inc|ipp|tpp|cmake)$ +^barretenberg/cpp/.*CMakeLists\.txt$ ^barretenberg/cpp/.*Dockerfile.*$ ^barretenberg/cpp/scripts/