From: Enze Li <lienze@kylinos.cn>
To: ltp@lists.linux.it
Cc: enze.li@gmx.com
Subject: [LTP] [PATCH] gitignore: ignore GNU Global output files
Date: Tue, 4 Apr 2023 11:07:12 +0800 [thread overview]
Message-ID: <20230404030712.914700-1-lienze@kylinos.cn> (raw)
Update .gitignore to ignore GNU Global outputs.
Signed-off-by: Enze Li <lienze@kylinos.cn>
---
.gitignore | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/.gitignore b/.gitignore
index 915d22104..c626d7153 100644
--- a/.gitignore
+++ b/.gitignore
@@ -48,6 +48,12 @@ autom4te.cache
cscope.*
ncscope.*
+# GNU Global outputs
+GPATH
+GTAGS
+GRTAGS
+GSYMS
+
.dep_modules
.gitattributes
.pc/
base-commit: 906cbd9067511f70445886b764b2e5c77c12bc4f
--
2.25.1
--
Mailing list info: https://lists.linux.it/listinfo/ltp
next reply other threads:[~2023-04-04 3:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-04 3:07 Enze Li [this message]
2023-04-11 14:30 ` [LTP] [PATCH] gitignore: ignore GNU Global output files Cyril Hrubis
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230404030712.914700-1-lienze@kylinos.cn \
--to=lienze@kylinos.cn \
--cc=enze.li@gmx.com \
--cc=ltp@lists.linux.it \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.