All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] userspace: Make git ignore files '.vimrc' and 'tags'
@ 2025-05-15  9:18 Kalevi Kolttonen
  2025-05-20 13:37 ` Petr Lautrbach
  0 siblings, 1 reply; 2+ messages in thread
From: Kalevi Kolttonen @ 2025-05-15  9:18 UTC (permalink / raw)
  To: selinux; +Cc: Kalevi Kolttonen

Signed-off-by: Kalevi Kolttonen <kalevi@kolttonen.fi>
---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index 6ff61265..34aa2b48 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,6 +20,8 @@
 *.pyc
 *.pyo
 cscope.*
+tags
+.vimrc
 .#*
 \#*
 .*.swp
-- 
2.49.0


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

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

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-15  9:18 [PATCH] userspace: Make git ignore files '.vimrc' and 'tags' Kalevi Kolttonen
2025-05-20 13: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.