19 lines
395 B
Plaintext
19 lines
395 B
Plaintext
# List of packages to ignore (use Python regex)
|
|
|
|
# Note that `exclude` takes precedence over `include`. So if a
|
|
# package match both constrains, it will be excluded.
|
|
|
|
# Exclude irrelevan sub-packages
|
|
.*-debuginfo$
|
|
.*-debugsource$
|
|
.*-devel$
|
|
.*-devel-.*
|
|
# Exclude docs packages (but do not exclude docker)
|
|
.*-doc$
|
|
.*-docs$
|
|
.*-doc-.*
|
|
.*(?<!salt)-test
|
|
|
|
# Exclude rpmlint related packages
|
|
rpmlint.*
|