From: OpenOCD-Gerrit <ope...@us...> - 2022-05-14 09:00:48
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via dac90163a2875fda5c516a8ddc68fdddfc0077a6 (commit) from bd4bd54b60b3297b746d3d5379f25d54846ce517 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit dac90163a2875fda5c516a8ddc68fdddfc0077a6 Author: Antonio Borneo <bor...@gm...> Date: Mon Dec 13 16:50:39 2021 +0100 .gitignore: add cross-compile *-libtool While cross-compiling OpenOCD the generated script is not named "libtool" anymore, but e.g. "arm-linux-gnueabi-libtool". Ignore all the possible variants "*-libtool". Change-Id: I7a0dade992dbc13f977610bd4a78f8a4783b0146 Signed-off-by: Antonio Borneo <bor...@gm...> Reviewed-on: https://review.openocd.org/c/openocd/+/6960 Tested-by: jenkins diff --git a/.gitignore b/.gitignore index 955ca3c2e..f5aa68a40 100644 --- a/.gitignore +++ b/.gitignore @@ -68,6 +68,7 @@ doxygen doxygen.log Doxyfile libtool +*-libtool Makefile !contrib/loaders/**/Makefile stamp-h1 ----------------------------------------------------------------------- Summary of changes: .gitignore | 1 + 1 file changed, 1 insertion(+) hooks/post-receive -- Main OpenOCD repository |