summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gentoobrowse/console/fileimport.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/gentoobrowse/console/fileimport.xml b/gentoobrowse/console/fileimport.xml
index 7099839..149f094 100644
--- a/gentoobrowse/console/fileimport.xml
+++ b/gentoobrowse/console/fileimport.xml
@@ -18,6 +18,7 @@
FROM filelist parent, PG_LS_DIR(parent.filename) cur, PG_STAT_FILE(parent.filename || '/' || cur) st
WHERE parent.isdir
AND cur != 'packages'
+ AND cur != 'lost+found'
AND cur != 'distfiles'
AND cur NOT LIKE '.%'
)