summaryrefslogtreecommitdiff
path: root/utils/gen_fast_metamanifest.py
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-11-24 20:20:02 +0100
committerMichał Górny <mgorny@gentoo.org>2017-11-24 20:20:48 +0100
commitcb30f42f7bc893cc674ad1a35b284d40c0f11ac6 (patch)
tree5df997cc8026a5d16691a1bd57ca606fe94e94c9 /utils/gen_fast_metamanifest.py
parentee2d91256166ce9cecc8c0d651db77fabcd8b1ca (diff)
downloadgemato-cb30f42f7bc893cc674ad1a35b284d40c0f11ac6.tar.gz
Ignore lost+found in case repo was mounted on separate ext* filesystem
Diffstat (limited to 'utils/gen_fast_metamanifest.py')
-rwxr-xr-xutils/gen_fast_metamanifest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/gen_fast_metamanifest.py b/utils/gen_fast_metamanifest.py
index a696d0d..9217a34 100755
--- a/utils/gen_fast_metamanifest.py
+++ b/utils/gen_fast_metamanifest.py
@@ -61,6 +61,7 @@ IGNORE timestamp.x
with io.open('Manifest', 'wb') as f:
f.write(b'''IGNORE distfiles
IGNORE local
+IGNORE lost+found
IGNORE packages
''')