summaryrefslogtreecommitdiff
path: root/src/buildtool/file_system/file_root.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/file_system/file_root.hpp')
-rw-r--r--src/buildtool/file_system/file_root.hpp3
1 files changed, 3 insertions, 0 deletions
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;