aboutsummaryrefslogtreecommitdiff
path: root/lib/ignore/ignoreresult/ignoreresult_foldcase.go
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ignore/ignoreresult/ignoreresult_foldcase.go')
-rw-r--r--lib/ignore/ignoreresult/ignoreresult_foldcase.go11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/ignore/ignoreresult/ignoreresult_foldcase.go b/lib/ignore/ignoreresult/ignoreresult_foldcase.go
new file mode 100644
index 000000000..a77f13329
--- /dev/null
+++ b/lib/ignore/ignoreresult/ignoreresult_foldcase.go
@@ -0,0 +1,11 @@
+// Copyright (C) 2024 The Syncthing Authors.
+//
+// This Source Code Form is subject to the terms of the Mozilla Public
+// License, v. 2.0. If a copy of the MPL was not distributed with this file,
+// You can obtain one at https://mozilla.org/MPL/2.0/.
+
+//go:build windows || darwin
+
+package ignoreresult
+
+const Ignored = ignoreBit | foldCaseBit