diff options
author | liguang | 2013-03-22 09:44:13 +0100 |
---|---|---|
committer | Stefan Hajnoczi | 2013-03-22 16:09:46 +0100 |
commit | 082369e62c5bbaba89f173c2b803bc24115bb111 (patch) | |
tree | bc2ab3c27767fdb693325f3a95fe4906f37e84b5 /.gitignore | |
parent | Use proper term in TCG README (diff) | |
download | qemu-082369e62c5bbaba89f173c2b803bc24115bb111.tar.gz qemu-082369e62c5bbaba89f173c2b803bc24115bb111.tar.xz qemu-082369e62c5bbaba89f173c2b803bc24115bb111.zip |
gitignore: ignore more files
ignore *.patch, *.gcda, *.gcno
Signed-off-by: liguang <lig.fnst@cn.fujitsu.com>
Reviewed-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 27ad002970..9c234a383b 100644 --- a/.gitignore +++ b/.gitignore @@ -80,6 +80,9 @@ fsdev/virtfs-proxy-helper.pod *.swp *.orig .pc +*.patch +*.gcda +*.gcno patches pc-bios/bios-pq/status pc-bios/vgabios-pq/status |