/etc/unburden-home-dir.list is in unburden-home-dir 0.4.0.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | # Generic cache locations
#m D .cache cache
#m D .thumbnails thumbnails
#m D .ccache ccache
# Common browser caches
#m f .config/google-chrome/*/Thumbnails google-chrome-thumbnails-%1
#m f .config/google-chrome/*/Thumbnails-journal google-chrome-thumbnails-journal-%1
#m f .config/chromium/*/Thumbnails google-chrome-thumbnails-%1
#m f .config/chromium/*/Thumbnails-journal google-chrome-thumbnails-journal-%1
#m d .mozilla/default/*/Cache mozilla-default-cache-%1
#m d .mozilla/default/*/startupCache mozilla-default-startup-cache-%1
#m d .mozilla/firefox/*/Cache firefox-cache-%1
#m d .mozilla/firefox/*/startupCache firefox-startup-cache-%1
#m d .mozilla/firefox/*/Cache.Trash firefox-cache-trash-%1
#m d .conkeror.mozdev.org/conkeror/*/Cache conkeror-cache-%1
#m d .conkeror.mozdev.org/conkeror/*/startupCache conkeror-startup-cache-%1
#m d .conkeror.mozdev.org/conkeror/*/Cache.Trash conkeror-cache-trash-%1
#m d .kazehakase/mozilla/kazehakase/Cache kazehakase-cache
#m d .galeon/mozilla/galeon/Cache galeon-cache
#m d .gnome2/epiphany/mozilla/epiphany/Cache epiphany-cache
#m d .xxxterm/cache xxxterm-cache
#m d .forg/cache forg-cache
#m d .opera/cache opera-cache
#m d .opera/cache4 opera-cache4
#m d .opera/opcache opera-opcache
#m d .opera/cacheOp opera-cacheOp
#m d .config/qupzilla/profiles/*/networkcache qupzilla-cache-%1
# Mail- and microblogging clients, may affect offline caches
#m d .thunderbird/*/Cache thunderbird-cache-%1
#m d .mozilla-thunderbird/*/Cache debian-thunderbird-cache-%1
#m d .icedove/*/Cache icedove-cache-%1
#m d .buzzbird/*/Cache buzzbird-cache
# Other applications' caches
#m f .aptitude/cache aptitude-cache
#m d .wesnoth*/cache wesnoth%1-cache
#m d .gaia/cache gaia-cache
#m d .googleearth/Cache google-earth-cache
#m d .java/deployment/cache java-deployment-cache
#m d .adobe/Acrobat/*/Cache adobe-acrobat-%1-cache
#m d .shotwell/thumbs shotwell-thumbs
# sxiv caches thumbnails if a .sxiv directory exists, so create it if nonexistent
#m D .sxiv sxiv-thumbs
#m D .devscripts_cache devscripts_cache
# Trash locations
#r D .Trash trash
#r D .local/Trash local-trash
|