/dev
/proc
/sys
/tmp
/run
/mnt
/media
/lost+found
/home/[^/]+/.bash_history

# Example POSIX Extended regex:
# Save only config files in users home directories, without regular files.
# /home/[^/]+/([^/.][^/]*)*
