mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-11 17:13:59 +00:00
fix neg ignore
This commit is contained in:
@@ -55,6 +55,9 @@ class Importer:
|
|||||||
|
|
||||||
# patch ignore patterns
|
# patch ignore patterns
|
||||||
for ign in ignore:
|
for ign in ignore:
|
||||||
|
if ign.startswith('!'):
|
||||||
|
self.ignore.append(ign)
|
||||||
|
continue
|
||||||
if ign.startswith('*/'):
|
if ign.startswith('*/'):
|
||||||
self.ignore.append(ign)
|
self.ignore.append(ign)
|
||||||
continue
|
continue
|
||||||
|
|||||||
Reference in New Issue
Block a user