From: Petr Lautrbach <lautrbach@redhat.com>
To: Kalevi Kolttonen <kalevi@kolttonen.fi>,
selinux-list <selinux@vger.kernel.org>
Subject: Re: [PATCH] userspace: Make git ignore ctags output file called 'tags'
Date: Thu, 15 May 2025 09:37:17 +0200 [thread overview]
Message-ID: <871psq5npu.fsf@redhat.com> (raw)
In-Reply-To: <aCUNtrN_-RGv7PNq@14-5A-FC-31-E8-67>
Kalevi Kolttonen <kalevi@kolttonen.fi> writes:
> From a442c879df2db6aa8ec026af236029c66f8c97bc Mon Sep 17 00:00:00 2001
> From: Kalevi Kolttonen <kalevi@kolttonen.fi>
> Date: Thu, 15 May 2025 00:34:34 +0300
> Subject: [PATCH] Make git ignore ctags output file called 'tags'
>
> ---
> .gitignore | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/.gitignore b/.gitignore
> index 6ff61265..30290c41 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -20,6 +20,7 @@
> *.pyc
> *.pyo
> cscope.*
> +tags
> .#*
> \#*
> .*.swp
> --
> 2.49.0
Hello,
please take a look at CONTRIBUTING.md file -
https://github.com/SELinuxProject/selinux/blob/main/CONTRIBUTING.md
* Patch descriptions must end with your "Signed-off-by" line. This means your code meets the Developer's certificate of origin, see below.
Also please consider using `git send-email` as prefered way to send
patches.
Petr
prev parent reply other threads:[~2025-05-15 7:37 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-14 21:40 [PATCH] userspace: Make git ignore ctags output file called 'tags' Kalevi Kolttonen
2025-05-15 7:37 ` Petr Lautrbach [this message]
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=871psq5npu.fsf@redhat.com \
--to=lautrbach@redhat.com \
--cc=kalevi@kolttonen.fi \
--cc=selinux@vger.kernel.org \
/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.