All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] userspace: Make git ignore ctags output file called 'tags'
@ 2025-05-14 21:40 Kalevi Kolttonen
  2025-05-15  7:37 ` Petr Lautrbach
  0 siblings, 1 reply; 2+ messages in thread
From: Kalevi Kolttonen @ 2025-05-14 21:40 UTC (permalink / raw)
  To: selinux-list

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] userspace: Make git ignore ctags output file called 'tags'
  2025-05-14 21:40 [PATCH] userspace: Make git ignore ctags output file called 'tags' Kalevi Kolttonen
@ 2025-05-15  7:37 ` Petr Lautrbach
  0 siblings, 0 replies; 2+ messages in thread
From: Petr Lautrbach @ 2025-05-15  7:37 UTC (permalink / raw)
  To: Kalevi Kolttonen, selinux-list

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-05-15  7:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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.