1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
# licenserecon
#
# This file lists files and directories to be excluded from checking,
# to avoid false positives.
#
# Lines starting with # are treated as comments.
# Blank lines are ignored.
# Lines starting with minus sign(s) are treated as command line options
#
# Additional files may be excluded on a per package basis by creating an optional file
# debian/lrc.config in the package source.
# File names may include a partial path.
# Wildcards '*' not supported
#
# These files often contain licenses for other files.
# (File foo also treated as foo.*)
about
authors
copying
copyright
dep5
readme
# Directories identified by trailing slash /
# Entire contents will be (recursively) excluded.
debian/patches/
|