commit 5f81162f5e93efa8a35bbad5aa0f5d279da3a9e7 Author: Husain Alshehhi <hus...@alshehhi.io> AuthorDate: Sat Jan 14 01:06:23 2023 +0000 Commit: Oswald Buddenhagen <o...@users.sf.net> CommitDate: Wed Jul 31 21:23:58 2024 +0200
add tag files to .gitignore The auto-generated makefile targets CTAGS, GTAGS and TAGS generate files locally that should not be checked-in into the source code. This change adds these files to the .gitignore file. The list of files match those in distclean-tags target. .gitignore | 12 ++++++++++++ AUTHORS | 1 + 2 files changed, 13 insertions(+) diff --git a/.gitignore b/.gitignore index 74de561..6b9c837 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,15 @@ Makefile Makefile.in + +GPATH +GRTAGS +GSYMS +GTAGS +ID +TAGS +cscope.files +cscope.in.out +cscope.out +cscope.po.out +tags diff --git a/AUTHORS b/AUTHORS index 01af903..f13f596 100644 --- a/AUTHORS +++ b/AUTHORS @@ -82,6 +82,7 @@ Gergely Risko <gerg...@risko.hu> Sung Pae "guns" <s...@sungpae.com> Helmut Grohne <hel...@subdivi.de> Hugo Haas <h...@larve.net> +Husain Alshehhi <hus...@alshehhi.io> Jaroslav Suchanek <jaroslav.sucha...@gmail.com> Jeremie Courreges-Anglas <j...@openbsd.org> Klemens Nanni <k...@openbsd.org> _______________________________________________ isync-devel mailing list isync-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/isync-devel