mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-27 04:09:36 +03:00
Omit archive entries matching the given patterns when extracting or listing. May be combined with PATTERNS; on overlap the exclusion takes precedence. Fixes: #27837
7 lines
249 B
ReStructuredText
7 lines
249 B
ReStructuredText
file-ARCHIVE_EXTRACT-patterns-exclude
|
|
-------------------------------------
|
|
|
|
* The :command:`file(ARCHIVE_EXTRACT)` command gained a ``PATTERNS_EXCLUDE``
|
|
option to omit archive entries matching the given patterns from being
|
|
extracted or listed.
|