pytest.ini: declare minimum version requirement
[metze/wireshark/wip.git] / tools / pre-commit-ignore.conf
1 # Files listed here are ignored by the git pre-commit hook for the purpose
2 # of checking for forbidden APIs and other dissector-specific glitches.
3 #
4 # Each line is compared against the output of 'git diff-index --name-only'.
5 # For example to skip checking this file add:
6 #
7 # tools/pre-commit-ignore.conf
8 #
9 # The pathname wildcards allowed are: '*', '?', character set '[abc]' or
10 # negated with '[!abc]'.
11
12 doc/packet-PROTOABBREV.c
13 epan/dissectors/asn1/*/packet-*-template.c
14 epan/dissectors/asn1/*/*asn
15 epan/nghttp2/*
16 epan/wmem/wmem_strbuf.c
17 epan/wmem/wmem_strutil.c
18 epan/wslua/init_wslua.c
19 extcap/*
20 image/stock_icons/*
21 cli_main.c
22 mmdbresolve.c
23 tools/lemon/*
24 wsutil/file_util.h
25 wsutil/strptime.c
26 wsutil/getopt_long.c