Fix: Use proper file globbing for exclude patterns (for real now)
0.1.2 - 2020-12-10
The previous release had a bug. On every excluded file we raised an error that stopped the filepath.walk function from continuing. This bug should now be fixed.
Added
- Implement -d/--debug switch to enable debug logging for printing exclude matches (21a201a)
Fixed
- Don't return error in filepath.Walk() for excluded files (94fba5c)