* [Qemu-devel] [PATCH] Add *.o and .*.swp to .gitignore
@ 2008-12-10 20:40 Eduardo Habkost
0 siblings, 0 replies; only message in thread
From: Eduardo Habkost @ 2008-12-10 20:40 UTC (permalink / raw)
To: qemu-devel; +Cc: Eduardo Habkost
*.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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-12-10 20:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-10 20:40 [Qemu-devel] [PATCH] Add *.o and .*.swp to .gitignore Eduardo Habkost
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).