All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2] .gitignore: Add vim swap files
@ 2013-05-09 16:17 Julien Grall
  2013-05-09 16:24 ` Andrew Cooper
  2013-05-10 13:04 ` Ian Campbell
  0 siblings, 2 replies; 10+ messages in thread
From: Julien Grall @ 2013-05-09 16:17 UTC (permalink / raw)
  To: xen-devel; +Cc: andrew.cooper3, Julien Grall, Ian.Jackson, patches

Signed-off-by: Julien Grall <julien.grall@linaro.org>

Changes in v2:
    - update .hgignore
---
 .gitignore |    1 +
 .hgignore  |    1 +
 2 files changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index 6753368..960c29e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,7 @@
 *.orig
 *.rej
 *~
+*.swp
 *.o
 *.d
 *.opic
diff --git a/.hgignore b/.hgignore
index 6b432f7..4bd24fc 100644
--- a/.hgignore
+++ b/.hgignore
@@ -11,6 +11,7 @@
 .*\.tar\.bz2$
 .*\.tar\.gz$
 .*~$
+.swp$
 .*\.tmp$
 .*\.flc$
 .*\.orig$
-- 
1.7.10.4

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

end of thread, other threads:[~2013-05-10 18:43 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-09 16:17 [PATCH V2] .gitignore: Add vim swap files Julien Grall
2013-05-09 16:24 ` Andrew Cooper
2013-05-10 18:09   ` Ian Jackson
2013-05-10 18:12     ` Ian Campbell
2013-05-10 18:43       ` Ian Jackson
2013-05-10 18:15     ` Andrew Cooper
2013-05-10 18:21       ` Ian Campbell
2013-05-10 13:04 ` Ian Campbell
2013-05-10 13:14   ` Ian Campbell
2013-05-10 13:33     ` Ian Campbell

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.