tianocore / edk2

EDK II
https://github.com/tianocore/tianocore.github.io/wiki/EDK-II
Other
4.58k stars 2.47k forks source link

DscCompleteCheck: Allow git ignore syntax #5825

Closed Javagedes closed 3 months ago

Javagedes commented 3 months ago

Description

Allows ignore lines in the CI YAML file to use git ignore syntax.

This is especially useful for ignore files recursively in directories like those that may exist in an external dependency folder.

How This Was Tested

Currently used as-is in downstream consumers and passes all CI in edk2.

Integration Instructions

N/A - no changes to consumer

Javagedes commented 3 months ago

@mdkinney / @lgao4 could I get a quick review on this?