devicetree-compiler.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] gitignore: Ignore the swp files
@ 2021-02-03  9:56 Viresh Kumar
       [not found] ` <15496f8669ac2bb3b4b61a1a7c978947623cb7c3.1612346186.git.viresh.kumar-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Viresh Kumar @ 2021-02-03  9:56 UTC (permalink / raw)
  To: David Gibson
  Cc: Viresh Kumar, devicetree-compiler-u79uwXL29TY76Z2rM5mHXA,
	Vincent Guittot

Ignore the temporary .*.swp files.

Signed-off-by: Viresh Kumar <viresh.kumar-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index cfea8a434eed..8e332d8d8e07 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,6 +8,7 @@
 *.tab.[ch]
 lex.yy.c
 *.lex.c
+.*.swp
 /dtc
 /fdtdump
 /convert-dtsv0
-- 
2.25.0.rc1.19.g042ed3e048af


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

end of thread, other threads:[~2021-02-03 10:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-03  9:56 [PATCH] gitignore: Ignore the swp files Viresh Kumar
     [not found] ` <15496f8669ac2bb3b4b61a1a7c978947623cb7c3.1612346186.git.viresh.kumar-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2021-02-03 10:21   ` David Gibson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).