summaryrefslogtreecommitdiffstats
path: root/config/rsync.exclude
blob: f49adfad7fe434f4834e12257cf097968729bc4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
### 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/**
**/source/**
**/SRPMS/**
**/*.iso
**/kde-i18n**