soldair / node-walkdir

Walk a directory tree emitting events based on the contents. API compatable with node-findit. Walk a tree of any depth. Fast! Handles permission errors. Stoppable. windows support. Pull requests are awesome. watchers are appreciated.
MIT License
130 stars 22 forks source link

ignore_paths support #11

Closed poelzi closed 9 years ago

poelzi commented 11 years ago

i added some functionality if found very useful and think they fit for others :)

ignore_paths let you define a array of paths not to walk into ignore_mounts prefiles ignore_paths so only one mount point is walked.

soldair commented 11 years ago

thanks ill review this and let you know =)

simontabor commented 11 years ago

bump ignore_paths would be really handy for me :)

soldair commented 11 years ago

sometimes i just need a bump =). ill have to work on this one a bit to get it into the latest. the hesitation i had was the mount point support seemed a bit extra to include this way in this module.

soldair commented 9 years ago

resolved with a71d71c9a6f6a1ea84ccc86226e293b17b0da2e0 thanks the help. this is just a little less intrusive