summaryrefslogtreecommitdiffstats
path: root/config/rsync.exclude
blob: 829519f0326e873486683746a5f6d62481c870c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
### files to exclude from "cobbler import" commands that use
### rsync mirrors.  by default ISOs, PPC code, and debug
### RPM's are not transferred.  Some users may want to
### re-enable debug RPM's.
**/debug/**
**/ppc/**
**/alpha/**
**/ia64/**
**/s390/**
**/s390x/**
**/source/**
**/SRPMS/**
**/*.iso
**/kde-i18n**