1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-06 07:18:01 +00:00

add instignore for #195

This commit is contained in:
deadc0de6
2019-11-16 19:28:33 +01:00
parent 2d64e2ee59
commit 1910514981
6 changed files with 166 additions and 17 deletions

View File

@@ -225,6 +225,7 @@ class Options(AttrMonitor):
if a.kind == Action.pre]
self.install_default_actions_post = [a for a in self.default_actions
if a.kind == Action.post]
self.install_ignore = self.instignore
# "compare" specifics
self.compare_dopts = self.args['--dopts']
self.compare_focus = self.args['--file']