aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Library/IgnorePatterns.cs
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2023-09-13 18:12:29 +0200
committerBond_009 <bond.009@outlook.com>2023-09-27 20:35:00 +0200
commitcc15ea7f65da7f32e52c909fbf1d6757c20e9e4e (patch)
treeff67a83b6a89b95096009a9bb23ad07f2f775735 /Emby.Server.Implementations/Library/IgnorePatterns.cs
parent2bb534d5e3b50dab374d510aaa7650e8c90f187f (diff)
Ignore .zfs folder
Maybe helps with #10215 ?
Diffstat (limited to 'Emby.Server.Implementations/Library/IgnorePatterns.cs')
-rw-r--r--Emby.Server.Implementations/Library/IgnorePatterns.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/Library/IgnorePatterns.cs b/Emby.Server.Implementations/Library/IgnorePatterns.cs
index 5384c04b3..cf6fc1845 100644
--- a/Emby.Server.Implementations/Library/IgnorePatterns.cs
+++ b/Emby.Server.Implementations/Library/IgnorePatterns.cs
@@ -89,6 +89,10 @@ namespace Emby.Server.Implementations.Library
// bts sync files
"**/*.bts",
"**/*.sync",
+
+ // zfs
+ "**/.zfs/**",
+ "**/.zfs"
};
private static readonly GlobOptions _globOptions = new GlobOptions