diff options
author | Michael Tokarev | 2013-06-05 23:14:54 +0200 |
---|---|---|
committer | Michael Tokarev | 2013-06-11 21:45:43 +0200 |
commit | f3a22014e94dfaacb57277dafce66b41cd994869 (patch) | |
tree | 063ca8422ae8ef10b5f87509b72132a9b5458030 /.gitignore | |
parent | qemu-char: remove a few needless #includes (diff) | |
download | qemu-f3a22014e94dfaacb57277dafce66b41cd994869.tar.gz qemu-f3a22014e94dfaacb57277dafce66b41cd994869.tar.xz qemu-f3a22014e94dfaacb57277dafce66b41cd994869.zip |
gitignore: unignore *.patch
This partially reverts:
commit 082369e62c5bbaba89f173c2b803bc24115bb111
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>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 64e946696c..0fe114d251 100644 --- a/.gitignore +++ b/.gitignore @@ -82,7 +82,6 @@ fsdev/virtfs-proxy-helper.pod *.swp *.orig .pc -*.patch *.gcda *.gcno patches |