commit 5f81162f5e93efa8a35bbad5aa0f5d279da3a9e7
Author:     Husain Alshehhi <[email protected]>
AuthorDate: Sat Jan 14 01:06:23 2023 +0000
Commit:     Oswald Buddenhagen <[email protected]>
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 <[email protected]>
 Sung Pae "guns" <[email protected]>
 Helmut Grohne <[email protected]>
 Hugo Haas <[email protected]>
+Husain Alshehhi <[email protected]>
 Jaroslav Suchanek <[email protected]>
 Jeremie Courreges-Anglas <[email protected]>
 Klemens Nanni <[email protected]>


_______________________________________________
isync-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/isync-devel

Reply via email to