You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
464 B
33 lines
464 B
# ISO images
|
|
#*.iso
|
|
#*.img
|
|
#*-CHECKSUM
|
|
|
|
# Temporary files
|
|
.~tmp~/
|
|
**/.tmp/
|
|
|
|
# Select CentOS Stream repositories to exclude
|
|
# **/AppStream/**
|
|
# **/BaseOS/**
|
|
# **/CRB/**
|
|
**/HighAvailability/**
|
|
**/NFV/**
|
|
# **/RT/**
|
|
|
|
# Select EPEL repositories to exclude
|
|
# **/Everything/**
|
|
|
|
# Exclude sources ?
|
|
**/source/**
|
|
|
|
# Exclude debug RPM ?
|
|
**/debug/**
|
|
|
|
# Select specific architectures to exclude
|
|
**/i686/**
|
|
**/aarch64/**
|
|
**/ppc64le/**
|
|
**/s390x/**
|
|
# **/x86_64/**
|
|
# **/noarch/**
|
|
|