fort_depend.py
fort_depend.py copied to clipboard
Adding -i (--ignore) option to list modules which are found in depend…
…encies
but should be ignored. This is useful when the code is linked to external libraries.
Hi @tsigarid, thanks for the PR! I've actually done a substantial rewrite of fort_depend (on the rewrite branch), and I've included a feature to specify modules to ignore in that.
Your second commit looks interesting too. Unfortunately, due to the changes I've made, it probably won't merge very easily. I'll have a look at including that feature too. Feel free to submit a PR against the rewrite branch.