aboutsummaryrefslogtreecommitdiffstats
path: root/tools/pre-commit-ignore.conf
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2016-04-12 09:37:20 -0700
committerGerald Combs <gerald@wireshark.org>2016-04-12 18:52:26 +0000
commit51878efb236fe527d3308d6c37ccdd0dcab4d20d (patch)
treeb35f995984d55866cd65c07a42b760623850144f /tools/pre-commit-ignore.conf
parent4c02b60e5a3fd55e9d9e9c79580307eae7219ef5 (diff)
Add more files to the pre-commit ignore list.
checkAPIs.pl will otherwise fail for the following files and functions: epan/wmem/wmem_strbuf.c: strcpy epan/wmem/wmem_strutil.c: vsprintf wsutil/file_util.h: mkdir Change-Id: I186730c8974499959233bd21f9b428c5d896a2b5 Reviewed-on: https://code.wireshark.org/review/14893 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'tools/pre-commit-ignore.conf')
-rw-r--r--tools/pre-commit-ignore.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/pre-commit-ignore.conf b/tools/pre-commit-ignore.conf
index e792592484..31215dcbef 100644
--- a/tools/pre-commit-ignore.conf
+++ b/tools/pre-commit-ignore.conf
@@ -10,8 +10,11 @@
# negated with '[!abc]'.
epan/dissectors/asn1/*/packet-*-template.c
+epan/wmem/wmem_strbuf.c
+epan/wmem/wmem_strutil.c
extcap/*
tools/lemon/*
+wsutil/file_util.h
wsutil/inet_aton.c
wsutil/inet_ntop.c
wsutil/inet_pton.c