# 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-.* .*(?