From: Eduardo Habkost <ehabkost@redhat.com>
To: qemu-devel@nongnu.org
Cc: Eduardo Habkost <ehabkost@redhat.com>
Subject: [Qemu-devel] [PATCH] Add *.o and .*.swp to .gitignore
Date: Wed, 10 Dec 2008 18:40:19 -0200 [thread overview]
Message-ID: <1228941619-10112-1-git-send-email-ehabkost@redhat.com> (raw)
*.o and .*.swp files are already ignored by default by Subversion, so
they aren't listed on svn:ignore on the Subversion repository. But for
git, we need them to be listed explicitly on .gitignore.
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
---
.gitignore | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
index 6fd7b96..c8685f5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,4 +28,6 @@ qemu-nbd.8
*.tp
*.vr
*.d
+*.o
+.*.swp
--
1.5.5.GIT
reply other threads:[~2008-12-10 20:41 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=1228941619-10112-1-git-send-email-ehabkost@redhat.com \
--to=ehabkost@redhat.com \
--cc=qemu-devel@nongnu.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).