summaryrefslogtreecommitdiffstats
path: root/src/lib/distro-info/scilin-5.5/export-filter.example
blob: a414fef4e01898d7c73d76754c92a71346a27f24 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# this file defines the filter rules used when exporting a vendor-OS
# of this distro
#
# copy this file to 'export-filter' and add your own filters to it
# in order to overrule the filters provided by openslx
#
#Examples:
#     the following line would include anything below /var/spool/
#+ /var/spool/*
#
#     this would exclude anything in /etc that starts with dhcpd.conf
#- /etc/dhcpd.conf*
#
#     and this would exclude all rpmnew-files:
#- *.rpmnew