Browse Source

ignore lost+found dir in data folder

Nick Sweeting 5 years ago
parent
commit
d9ef3d0bf8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      archivebox/main.py

+ 1 - 0
archivebox/main.py

@@ -111,6 +111,7 @@ from .logging_util import (
 
 
 ALLOWED_IN_OUTPUT_DIR = {
+    'lost+found',
     '.DS_Store',
     '.venv',
     'venv',