You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Christian Haettich edited this page Feb 17, 2017
·
1 revision
#Filtering Example
It is possible to exclude specific files by setting a regex via the -e argument.
The following example runs on the qt headers, but excludes all private files which ends with _p.h:
include_gardener -I /usr/include/qt/ -f xml -o qt_includes.xml -e "_p\.h"