diff options
Diffstat (limited to 'iwyu.json')
-rw-r--r-- | iwyu.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/iwyu.json b/iwyu.json new file mode 100644 index 0000000..7e89cdd --- /dev/null +++ b/iwyu.json @@ -0,0 +1,18 @@ +[ + { + "include": [ + "@<git2/.*\\.h>", + "private", + "<git2.h>", + "public" + ] + }, + { + "include": [ + "@<boost/.*>", + "private", + "<boost/test/unit_test.hpp>", + "public" + ] + } +] |