mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-16 12:51:11 +00:00
fix empty ignore patterns
This commit is contained in:
@@ -54,6 +54,7 @@ class Importer:
|
||||
self.log = Logger(debug=self.debug)
|
||||
|
||||
# patch ignore patterns
|
||||
if ignore:
|
||||
for ign in ignore:
|
||||
if ign.startswith('!'):
|
||||
self.ignore.append(ign)
|
||||
|
||||
Reference in New Issue
Block a user