This is an automated email from Gerrit. "Yasushi SHOJI <[email protected]>" just uploaded a new patch set to Gerrit, which you can find at https://review.openocd.org/c/openocd/+/6541
-- gerrit commit 827637d42e6c235d1f8fd4bff43824192bb7ddfe Author: Yasushi SHOJI <[email protected]> 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 <[email protected]> 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 --
