blob: 69f0bef7c895e2122309031e5858f426a44fea46 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Exclude various unused files and directories in order to free some space and shrink imagesize.
#
# For information on how to use wildcards properly (Anchored and Non-anchored excludes):
#
# https://github.com/plougher/squashfs-tools/blob/master/RELEASE-READMEs/README-3.3
#
# Note:
#
# - root starts without leading '/'.
#
# We do not need any caches on the system (will be recreated when needed).
var/cache/*
|