nst / objc_dep

Graph the import dependancies in an Objective-C project
1.35k stars 144 forks source link

Ignore list of subdirectories #4

Closed jomnius closed 11 years ago

jomnius commented 12 years ago

Recent iOS project was using ShareKit via "git submodule" command, which added a LOT of files into objc_dep graph. Worst of all, I really didn't have any control of those files, just used them as they were given.

To make dependency chart usable again, I added a command line parameter to ignore a list of subdirectories. Tried to keep it compatible with previous "exclude by regex".

nst commented 11 years ago

thank you for contributing and sorry for the delay