# $Header: /root/magellan-cvs/src/prelink/prelink.conf-20060712,v 1.2 2006-12-24 14:03:31 niro Exp $ # This config file contains a list of directories both with binaries # and libraries prelink should consider by default. # If a directory name is prefixed with `-l ', the directory hierarchy # will be walked as long as filesystem boundaries are not crossed. # If a directory name is prefixed with `-h ', symbolic links in a # directory hierarchy are followed. # Directories or files with `-b ' prefix will be blacklisted. -b *.la -b *.png -b *.py -b *.pl -b *.pm -b *.sh -b *.xml -b *.xslt -b *.a -b *.js -b /lib/modules -b /usr/lib/locale -b /usr/lib{,64}/valgrind -b /usr/lib{,64}/cedega -b /usr/lib{,64}/wine -b /usr/X11R6/lib{,64}/X11/xfig -l /bin -l /sbin -l /lib{,64} -l /usr/bin -l /usr/games -l /usr/libexec -l /usr/sbin -l /usr/X11R6/bin -l /usr/lib{,64} -l /usr/X11R6/lib{,64} -l /usr/local/bin -l /usr/local/lib{,64} -l /usr/local/sbin -l /opt/kde -l /opt/qt