# .git_archival.txt carries git-archive export-subst placeholders ($Format:...$)
# that git archive substitutes when producing the orig tarball, so the checked-out
# tree always differs from orig for this file.
#
# *.ll.bak is a stray backup file committed upstream that dh_clean strips from the
# working tree; ignore its removal so dpkg-source stays quiet (orig keeps the file).
extend-diff-ignore = "(^|/)(\.git_archival\.txt|.*\.ll\.bak)$"
