BurntSushi / walkdir

Rust library for walking directories recursively.
The Unlicense
1.21k stars 106 forks source link

Fixup manifest #185

Closed Jake-Shadle closed 1 month ago

Jake-Shadle commented 10 months ago

This changes the exclusion patterns in the manifest to reflect the current status of CI (appveyor/travis -> github), as well as remove the contents of the compare directory since those are for only for benchmarking purposes and irrelevant to downstream users.

Related: #155