[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH] Add *.o and .*.swp to .gitignore
From: |
Eduardo Habkost |
Subject: |
[Qemu-devel] [PATCH] Add *.o and .*.swp to .gitignore |
Date: |
Wed, 10 Dec 2008 18:40:19 -0200 |
*.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 <address@hidden>
---
.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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Qemu-devel] [PATCH] Add *.o and .*.swp to .gitignore,
Eduardo Habkost <=