From: Andrea Cervesato <andrea.cervesato@suse.de>
To: Linux Test Project <ltp@lists.linux.it>
Subject: [LTP] [PATCH v3] Add clangd specific files to gitignore
Date: Wed, 25 Mar 2026 16:37:39 +0100 [thread overview]
Message-ID: <20260325-compile_flags_gitignore-v3-1-2ad84b58ea47@suse.com> (raw)
From: Andrea Cervesato <andrea.cervesato@suse.com>
Add rule to ignore clangd LSP configuration from local repository.
Signed-off-by: Andrea Cervesato <andrea.cervesato@suse.com>
---
Clangd is extensively used by IDEs and generic LSP wrappers to setup
clangd configuration. This patch removes it from gitignore so we can
safely avoid it gets into the patch-set when it's sent.
---
Changes in v3:
- make compile_commands.json and compile_flags.txt ignored everywhere
- Link to v2: https://lore.kernel.org/r/20260325-compile_flags_gitignore-v2-1-87b8bdabd676@suse.com
Changes in v2:
- add compile_commands.json
- Link to v1: https://lore.kernel.org/r/20260325-compile_flags_gitignore-v1-1-b0de37eeacc8@suse.com
---
.gitignore | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.gitignore b/.gitignore
index 24f4a4ea834e0b919e640e879fe5e5b5d7aec466..3fdfeaba0333990c607e7847e4f997192d710394 100644
--- a/.gitignore
+++ b/.gitignore
@@ -60,3 +60,6 @@ patches/
logfile.*
/utils/benchmark/ebizzy-0.3/ebizzy
+
+compile_flags.txt
+compile_commands.json
---
base-commit: b874b6a264cf4f343c17d543ebe4ff91fbb89042
change-id: 20260325-compile_flags_gitignore-c12d8f65ef2d
Best regards,
--
Andrea Cervesato <andrea.cervesato@suse.com>
--
Mailing list info: https://lists.linux.it/listinfo/ltp
next reply other threads:[~2026-03-25 15:38 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-25 15:37 Andrea Cervesato [this message]
2026-03-26 11:11 ` [LTP] [PATCH v3] Add clangd specific files to gitignore Jan Polensky
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=20260325-compile_flags_gitignore-v3-1-2ad84b58ea47@suse.com \
--to=andrea.cervesato@suse.de \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox