mirror of https://github.com/xqemu/xqemu.git
gitignore: unignore *.patch
This partially reverts:
commit 082369e62c
Author: liguang <lig.fnst@cn.fujitsu.com>
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 <mjt@tls.msk.ru>
This commit is contained in:
parent
c58e6201fa
commit
f3a22014e9
|
@ -82,7 +82,6 @@ fsdev/virtfs-proxy-helper.pod
|
||||||
*.swp
|
*.swp
|
||||||
*.orig
|
*.orig
|
||||||
.pc
|
.pc
|
||||||
*.patch
|
|
||||||
*.gcda
|
*.gcda
|
||||||
*.gcno
|
*.gcno
|
||||||
patches
|
patches
|
||||||
|
|
Loading…
Reference in New Issue