diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 20:34:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 20:34:10 +0000 |
commit | e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc (patch) | |
tree | 68cb5ef9081156392f1dd62a00c6ccc1451b93df /tools/pre-commit-ignore.conf | |
parent | Initial commit. (diff) | |
download | wireshark-e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc.tar.xz wireshark-e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc.zip |
Adding upstream version 4.2.2.upstream/4.2.2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tools/pre-commit-ignore.conf')
-rw-r--r-- | tools/pre-commit-ignore.conf | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/tools/pre-commit-ignore.conf b/tools/pre-commit-ignore.conf new file mode 100644 index 00000000..09c40a8b --- /dev/null +++ b/tools/pre-commit-ignore.conf @@ -0,0 +1,27 @@ +# Files listed here are ignored by the git pre-commit hook for the purpose +# of checking for forbidden APIs and other dissector-specific glitches. +# +# Each line is compared against the output of 'git diff-index --name-only'. +# For example to skip checking this file add: +# +# tools/pre-commit-ignore.conf +# +# The pathname wildcards allowed are: '*', '?', character set '[abc]' or +# negated with '[!abc]'. + +cli_main.c +doc/packet-PROTOABBREV.c +epan/dissectors/asn1/*/*asn +epan/dissectors/asn1/*/packet-*-template.c +epan/dissectors/packet-http.c +epan/nghttp2/* +epan/wmem/wmem_strbuf.c +epan/wmem/wmem_strutil.c +epan/wslua/init_wslua.c +extcap/* +resources/stock_icons/* +mmdbresolve.c +packaging/* +tools/lemon/* +wsutil/file_util.h +wsutil/strptime.c |