summaryrefslogtreecommitdiffstats
path: root/config/rsync.exclude
blob: 7a9603703c9542b6ca26b4f025e1516b5ffc497a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
### 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
**/openoffice.org-langpack**
**/kde-i18n**