[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL 02/26] gitignore: unignore *.patch
From: |
Michael Tokarev |
Subject: |
[Qemu-devel] [PULL 02/26] gitignore: unignore *.patch |
Date: |
Fri, 14 Jun 2013 14:50:18 +0400 |
This partially reverts:
commit 082369e62c5bbaba89f173c2b803bc24115bb111
Author: liguang <address@hidden>
Date: Fri Mar 22 16:44:13 2013 +0800
gitignore: ignore more files
I'm not sure how this went in. The thing is that
ignoring *.patch, in my opinion, is just wrong.
Especially for downstreams who apply patches for
real.
Signed-off-by: Michael Tokarev <address@hidden>
---
.gitignore | 1 -
1 file changed, 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index 64e9466..0fe114d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -82,7 +82,6 @@ fsdev/virtfs-proxy-helper.pod
*.swp
*.orig
.pc
-*.patch
*.gcda
*.gcno
patches
--
1.7.10.4
- [Qemu-devel] [PULL 00/26] Trivial-patches pull request for 2013-06-14, Michael Tokarev, 2013/06/14
- [Qemu-devel] [PULL 01/26] qemu-char: remove a few needless #includes, Michael Tokarev, 2013/06/14
- [Qemu-devel] [PULL 02/26] gitignore: unignore *.patch,
Michael Tokarev <=
- [Qemu-devel] [PULL 03/26] configure: remove ${config_host_ld} variable, Michael Tokarev, 2013/06/14
- [Qemu-devel] [PULL 05/26] intc/xilinx_intc: Use qemu_set_irq, Michael Tokarev, 2013/06/14
- [Qemu-devel] [PULL 04/26] configure: Disable host-bsd USB on FreeBSD, Michael Tokarev, 2013/06/14
- Re: [Qemu-devel] [PULL 00/26] Trivial-patches pull request for 2013-06-14, Michael Tokarev, 2013/06/14
- [Qemu-devel] [PULL 12/26] Makefile: Install qemu-img and qemu-nbd man pages only if built, Michael Tokarev, 2013/06/14
- [Qemu-devel] [PULL 19/26] KVM: S390: Add dummy kvm_arch_init_irq_routing(), Michael Tokarev, 2013/06/14
- [Qemu-devel] [PULL 11/26] Unbreak -no-quit for GTK, validate SDL options, Michael Tokarev, 2013/06/14
- [Qemu-devel] [PULL 25/26] cputlb: fix debug logs, Michael Tokarev, 2013/06/14
- [Qemu-devel] [PULL 13/26] device tree: Fix cppcheck warning, Michael Tokarev, 2013/06/14
- [Qemu-devel] [PULL 06/26] curl: Whitespace only changes., Michael Tokarev, 2013/06/14