nexmon – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 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 | epan/dissectors/asn1/*/packet-*-template.c |
||
13 | epan/dissectors/asn1/*/*asn |
||
14 | epan/nghttp2/* |
||
15 | epan/wmem/wmem_strbuf.c |
||
16 | epan/wmem/wmem_strutil.c |
||
17 | extcap/* |
||
18 | tools/lemon/* |
||
19 | wsutil/file_util.h |
||
20 | wsutil/inet_aton.c |
||
21 | wsutil/inet_ntop.c |
||
22 | wsutil/inet_pton.c |
||
23 | wsutil/strptime.c |
||
24 | wsutil/getopt_long.c |