aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Library/IgnorePatterns.cs
diff options
context:
space:
mode:
authorOdd Stråbø <oddstr13@openshell.no>2020-07-26 23:02:11 +0200
committerOdd Stråbø <oddstr13@openshell.no>2020-07-26 23:03:16 +0200
commit7fa80ac3e0695eaf279eeef6ac643044f0e399ba (patch)
tree86c1041f2be6c376a66eab3b314323957290678c /Emby.Server.Implementations/Library/IgnorePatterns.cs
parentde708d2fca268eb470b34013f4a52493e34908a1 (diff)
Add more tests, update comment
Diffstat (limited to 'Emby.Server.Implementations/Library/IgnorePatterns.cs')
-rw-r--r--Emby.Server.Implementations/Library/IgnorePatterns.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/Library/IgnorePatterns.cs b/Emby.Server.Implementations/Library/IgnorePatterns.cs
index 9ba96818a..8a85c852a 100644
--- a/Emby.Server.Implementations/Library/IgnorePatterns.cs
+++ b/Emby.Server.Implementations/Library/IgnorePatterns.cs
@@ -19,6 +19,7 @@ namespace Emby.Server.Implementations.Library
"**/small.jpg",
"**/albumart.jpg",
+ // We have neither non-greedy matching or character group repetitions, working around that here.
// https://github.com/dazinator/DotNet.Glob#patterns
"**/*.sample.?",
"**/*.sample.??",