From 26e7149fe8cc1be820ab35ebb6b92a683f9809bb Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Thu, 25 May 2023 11:19:55 +0200 Subject: just: Add handling of ignore-special roots --- src/buildtool/file_system/file_root.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/buildtool/file_system/file_root.hpp') diff --git a/src/buildtool/file_system/file_root.hpp b/src/buildtool/file_system/file_root.hpp index af61c8fd..ed03f55d 100644 --- a/src/buildtool/file_system/file_root.hpp +++ b/src/buildtool/file_system/file_root.hpp @@ -98,6 +98,9 @@ class FileRoot { public: static constexpr auto kGitTreeMarker = "git tree"; + static constexpr auto kGitTreeIgnoreSpecialMarker = + "git tree ignore-special"; + static constexpr auto kFileIgnoreSpecialMarker = "file ignore-special"; class DirectoryEntries { friend class FileRoot; -- cgit v1.2.3