From: Alexander Berntsen <alexander@plaimi.net>
To: git@vger.kernel.org
Cc: alexander@plaimi.net
Subject: [PATCH] .gitignore: Ignore editor backup and swap files
Date: Thu, 16 Jan 2014 22:19:24 +0100 [thread overview]
Message-ID: <1389907164-13400-1-git-send-email-alexander@plaimi.net> (raw)
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
next reply other threads:[~2014-01-16 21:27 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-16 21:19 Alexander Berntsen [this message]
2014-01-16 22:06 ` [PATCH] .gitignore: Ignore editor backup and swap files 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1389907164-13400-1-git-send-email-alexander@plaimi.net \
--to=alexander@plaimi.net \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).