aboutsummaryrefslogtreecommitdiffstats
path: root/tools/pre-commit-ignore.conf
AgeCommit message (Collapse)AuthorFilesLines
2016-06-20[pre-commit-ignore] Dont check the asn1 files they are imported verbatimeAndersBroman1-0/+1
from standards documents in most cases. Change-Id: Ie9db1a1431a201dc374f800b5118a199dcb51b9c Reviewed-on: https://code.wireshark.org/review/16035 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-05-30Add nghttp2 folder to ignore pre-commit checkAlexis La Goutte1-0/+1
Change-Id: I6b76b55325db494f16488decfe94ff4129d0ac40 Reviewed-on: https://code.wireshark.org/review/15616 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
2016-04-12Add more files to the pre-commit ignore list.Gerald Combs1-0/+3
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>
2016-04-04Use AC_REPLACE_FUNCS and LTLIBOBJSJoão Valverde1-0/+2
Change-Id: I0f46167fe900c39d678560809cd5391c2a9bc4d2 Reviewed-on: https://code.wireshark.org/review/14809 Petri-Dish: João Valverde <j@v6e.pt> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: João Valverde <j@v6e.pt>
2016-03-13Move /asn1 to /epan/dissectorsJoão Valverde1-1/+1
Change-Id: I1208fe3c2ba428995526f561e8f792b8d871e9a9 Reviewed-on: https://code.wireshark.org/review/14388 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Reviewed-by: João Valverde <j@v6e.pt>
2016-02-25pre-commit: Avoid launching python subprocesses.João Valverde1-0/+17
This makes Python required only for (portable) fnmatch(). Change the ignore script to work as a filter. Multi-platform improvements. Change-Id: I6ac757d48ba2ff965da5da3dc9c25047a0e37f92 Reviewed-on: https://code.wireshark.org/review/13693 Reviewed-by: Michael Mann <mmann78@netscape.net> Reviewed-by: João Valverde <j@v6e.pt>