blob: 09acd86415a98b4a2956103d3186b10b16309dee (
plain)
1 # This config file contains a list of directories both with binaries
2 # and libraries prelink should consider by default.
3 # If a directory name is prefixed with `-l ', the directory hierarchy
4 # will be walked as long as filesystem boundaries are not crossed.
5 # If a directory name is prefixed with `-h ', symbolic links in a
6 # directory hierarchy are followed.
7 # Directories or files with `-b ' prefix will be blacklisted.
8 -b *.la
9 -b *.png
10 -b *.py
11 -b *.pl
12 -b *.pm
13 -b *.sh
14 -b *.xml
15 -b *.xslt
16 -b *.a
17 -b *.js
18 -b /lib/modules
19 -b /usr/lib/locale
20 -b /usr/X11R6/lib{,64}/X11/xfig
21 -l /bin
22 -l /usr/bin
23 -l /sbin
24 -l /usr/sbin
25 -l /usr/X11R6/bin
26 -l /usr/kerberos/bin
27 -l /usr/games
28 -l /usr/libexec
29 -l /usr/lib/qt
30 -l /usr/lib/kde3
31 -l /var/ftp/bin
32 -l /lib{,64}
33 -l /usr/lib{,64}
34 -l /usr/X11R6/lib{,64}
35 -l /usr/kerberos/lib{,64}
36 -l /usr/X11R6/LessTif
37 -l /var/ftp/lib{,64}
38 -b /usr/lib/wine
|