[PR #15746] [MERGED] Skip invalid ignore rules #14402

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/15746
Author: @Shadowghost
Created: 12/7/2025
Status: Merged
Merged: 12/13/2025
Merged by: @crobibero

Base: release-10.11.zHead: skip-invalid-ignore-rules


📝 Commits (3)

  • c1cb6fa Skip invalid ignore rules
  • d08216f Apply review suggestions and add Windows tests
  • 10c145d Fix fallback behavior for ignore rules

📊 Changes

2 files changed (+115 additions, -20 deletions)

View changed files

📝 Emby.Server.Implementations/Library/DotIgnoreIgnoreRule.cs (+46 -2)
📝 tests/Jellyfin.Server.Implementations.Tests/Library/DotIgnoreIgnoreRuleTest.cs (+69 -18)

📄 Description

Changes

  • Add one rule after another and skip the rule if it is invalid
  • If no rules were added, add an asterisk to catch everything

Issues
Fixes #15635


🔄 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/15746 **Author:** [@Shadowghost](https://github.com/Shadowghost) **Created:** 12/7/2025 **Status:** ✅ Merged **Merged:** 12/13/2025 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `release-10.11.z` ← **Head:** `skip-invalid-ignore-rules` --- ### 📝 Commits (3) - [`c1cb6fa`](https://github.com/jellyfin/jellyfin/commit/c1cb6fac36e728d6ed039023578a8056a1500331) Skip invalid ignore rules - [`d08216f`](https://github.com/jellyfin/jellyfin/commit/d08216f2cb4cb3ffa28ca3f76d2181d281f881c4) Apply review suggestions and add Windows tests - [`10c145d`](https://github.com/jellyfin/jellyfin/commit/10c145d8e0ea9002f56a35cb7cf78ca6518783a4) Fix fallback behavior for ignore rules ### 📊 Changes **2 files changed** (+115 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/Library/DotIgnoreIgnoreRule.cs` (+46 -2) 📝 `tests/Jellyfin.Server.Implementations.Tests/Library/DotIgnoreIgnoreRuleTest.cs` (+69 -18) </details> ### 📄 Description **Changes** * Add one rule after another and skip the rule if it is invalid * If no rules were added, add an asterisk to catch everything **Issues** Fixes #15635 --- <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 07:29:17 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#14402