resilient: exclude files from signature calculation using regex
Thus we have more possibilities in filtering than just excluding a full directory.
Showing
-
mentioned in merge request slapos!453 (merged)
-
Owner
I'm not against using regex, but wouldn't it have been more natural to use https://docs.python.org/2/library/fnmatch.html for this ?
-
Developer
Ho great ! I knew about the glob module, but it didn't really fit here. fnmatch seems the good path to go
Please register or sign in to comment