mirror of
https://github.com/outbackdingo/scratchpkg.git
synced 2026-01-28 10:20:13 +00:00
14 lines
442 B
Plaintext
14 lines
442 B
Plaintext
#
|
|
# /etc/revdep.conf : exclude dirs/files/libs from revdep
|
|
#
|
|
# add your dirs/files/libs to exclude in revdep scan
|
|
#
|
|
# format:
|
|
# - dirs : must be absolute path end with '/'
|
|
# - files : must be absolute path (binaries or libraries)
|
|
# - libs : library name (any libs or bins depends on this library will be ignored)
|
|
#
|
|
# dirs/files/libs is separated by new line
|
|
# separated config can placed in /etc/revdep.d/ directory and with .conf suffix
|
|
#
|