# the file we store the "epoch" of a given rootfs in
./debuerreotype-epoch

# "/dev" is a special case in "debuerreotype-tar"
#./dev/**
./proc/**
./sys/**

./var/cache/apt/**
./var/lib/apt/lists/**

# ends up with host-kernel info
./etc/apt/apt.conf.d/01autoremove-kernels

# useful data in these, but includes timestamps too
./var/log/apt/history.log
./var/log/apt/term.log

# wheezy-only file which contains host-kernel info
./run/motd.dynamic

# wheezy-only file which APT doesn't even use (and has timestamp embedded in binary data)
# see https://github.com/debuerreotype/debuerreotype/issues/7
./etc/apt/trustdb.gpg

# Debian creates this file reproducibly, but Ubuntu does not
# (according to "man 1 journalctl", this is automatically recreated by "journalctl --update-catalog")
# Tails also removes this file to achieve reproducibility (https://labs.riseup.net/code/projects/tails/repository/revisions/b1e05c8aac12fc79293f6a220b40a538d4f38c51/diff/config/chroot_local-hooks/99-zzzzzz_reproducible-builds-post-processing)
./var/lib/systemd/catalog/database
