Replies: 1 comment
-
Hello, Sorry for late answer. Example for ignore Qt libraries : --ignore_files=^Q.* . This library use std::regexp |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
great idea for the tool!
However, I seem to not fully understand how to filter out results.
In my case, I have Qt in my project, and I want the tool to ignore Qt includes.
The following does not seem to help:
It seems to me (the documentation formulation is not so clear) that ignore_files and ignore_dir options are excluding them from scanning for includes, but not for ignoring them if they are included.
Is that the case?
How can I have cppinclude scan my project, but ignore the Qt headers (or any others for that matter) included by my project?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions