From: openocd-gerrit <ope...@us...> - 2024-11-23 13:41:36
|
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 989e9e8b5488be6dbf4ed2e9f5cbda208b841860 (commit) from 8a3723022689dd078c3e61268615616d5566fc94 (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 989e9e8b5488be6dbf4ed2e9f5cbda208b841860 Author: Antonio Borneo <bor...@gm...> Date: Fri Oct 11 10:10:12 2024 +0200 gitignore: drop ignoring files not generated anymore With the drop of the code for the probe zy1000 [1] and then the drop of minidriver code [2], there are no more auto-generated source files. Remove them from the list of generated files to be ignored. Change-Id: Iee65e21528674ea4cc94018e52126f882da4f07c Signed-off-by: Antonio Borneo <bor...@gm...> [1] b0fe92dba7c0 ("zy1000: drop the code, deprecated in v0.10.0") [2] 25218e893503 ("jtag: remove minidriver code and minidriver-dummy") Reviewed-on: https://review.openocd.org/c/openocd/+/8522 Tested-by: jenkins diff --git a/.gitignore b/.gitignore index 1b4e08ba3..f0746c195 100644 --- a/.gitignore +++ b/.gitignore @@ -11,10 +11,6 @@ *.la *.in -# generated source files -src/jtag/minidriver_imp.h -src/jtag/jtag_minidriver.h - # coverage files (gcov) *.gcda *.gcno ----------------------------------------------------------------------- Summary of changes: .gitignore | 4 ---- 1 file changed, 4 deletions(-) hooks/post-receive -- Main OpenOCD repository |