yatima1460 / Drill

Search files without indexing, but fast crawling
https://drill.software/
GNU General Public License v2.0
268 stars 21 forks source link

Refactor direntry_ok() #6

Closed TaylorBeeston closed 5 years ago

TaylorBeeston commented 5 years ago

Doing it this way puts all the folders/paths you don't want into lists at the top of the function, and looks a little cleaner.

This is my first ever PR so pls no ban thx.

yatima1460 commented 5 years ago

nice