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

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.