[PR #3456] [MERGED] Add more ignorepatterns and tests #9539

Closed
opened 2026-02-07 06:04:02 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/3456
Author: @crobibero
Created: 6/26/2020
Status: Merged
Merged: 6/27/2020
Merged by: @Bond-009

Base: masterHead: ignore-patterns


📝 Commits (1)

  • 9772749 Add more ignorepatterns and tests

📊 Changes

2 files changed (+32 additions, -3 deletions)

View changed files

📝 Emby.Server.Implementations/Library/IgnorePatterns.cs (+25 -3)
📝 tests/Jellyfin.Server.Implementations.Tests/Library/IgnorePatternsTests.cs (+7 -0)

📄 Description

Fixes #3391

Dotnet.Glob doesn't ignore if there is a trailing path in the pattern but not the test string.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/3456 **Author:** [@crobibero](https://github.com/crobibero) **Created:** 6/26/2020 **Status:** ✅ Merged **Merged:** 6/27/2020 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `ignore-patterns` --- ### 📝 Commits (1) - [`9772749`](https://github.com/jellyfin/jellyfin/commit/9772749d8fa2c86089ff1e3e0b8443633193106a) Add more ignorepatterns and tests ### 📊 Changes **2 files changed** (+32 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/Library/IgnorePatterns.cs` (+25 -3) 📝 `tests/Jellyfin.Server.Implementations.Tests/Library/IgnorePatternsTests.cs` (+7 -0) </details> ### 📄 Description Fixes #3391 Dotnet.Glob doesn't ignore if there is a trailing path in the pattern but not the test string. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:04:02 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9539