git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] .gitignore: Ignore editor backup and swap files
@ 2014-01-16 21:19 Alexander Berntsen
  2014-01-16 22:06 ` Junio C Hamano
  0 siblings, 1 reply; 7+ messages in thread
From: Alexander Berntsen @ 2014-01-16 21:19 UTC (permalink / raw)
  To: git; +Cc: alexander

Signed-off-by: Alexander Berntsen <alexander@plaimi.net>
---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index b5f9def..2905c21 100644
--- a/.gitignore
+++ b/.gitignore
@@ -240,3 +240,5 @@
 *.pdb
 /Debug/
 /Release/
+*~
+.*.swp
-- 
1.8.3.2

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

end of thread, other threads:[~2014-01-17  6:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-16 21:19 [PATCH] .gitignore: Ignore editor backup and swap files Alexander Berntsen
2014-01-16 22:06 ` Junio C Hamano
2014-01-16 22:15   ` Alexander Berntsen
2014-01-16 22:43   ` Jonathan Nieder
2014-01-17  6:20     ` Duy Nguyen
2014-01-16 22:56   ` Ramsay Jones
2014-01-17  4:48   ` David Kastrup

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).