From: OpenOCD-Gerrit <ope...@us...> - 2021-10-02 13:18:57
|
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 9188115296917ce74ad5b0f83451414735225ce5 (commit) from 05752557dd0dcab76250ab12377d59435b74204d (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 9188115296917ce74ad5b0f83451414735225ce5 Author: Yasushi SHOJI <ya...@sp...> Date: Sun Sep 5 21:59:57 2021 +0900 gitignore: Add GNU Global tag files This commit adds GNU Global[1] tag files to .gitignore. [1]: https://www.gnu.org/software/global/ Change-Id: Ia09fb359cfdfeadd9538cf6352d353e6475e85c7 Signed-off-by: Yasushi SHOJI <ya...@sp...> Reviewed-on: https://review.openocd.org/c/openocd/+/6541 Tested-by: jenkins Reviewed-by: Antonio Borneo <bor...@gm...> diff --git a/.gitignore b/.gitignore index e25d1ba96..955ca3c2e 100644 --- a/.gitignore +++ b/.gitignore @@ -95,3 +95,8 @@ TAGS # ctags tag files tags + +# GNU Global tag files +GPATH +GRTAGS +GTAGS ----------------------------------------------------------------------- Summary of changes: .gitignore | 5 +++++ 1 file changed, 5 insertions(+) hooks/post-receive -- Main OpenOCD repository |