summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJun Koi <junkoi2004@gmail.com>2010-07-23 14:59:52 +0900
committerAurelien Jarno <aurelien@aurel32.net>2010-07-25 17:03:49 +0200
commit01cc7ac69e1cd6c46754457a439c6cbd76be4155 (patch)
treea20a324ad2489dec75b137f7d46dc605670bea06 /.gitignore
parent08dc07a32b76943417b465d2d2c464c13b566a82 (diff)
downloadqemu-01cc7ac69e1cd6c46754457a439c6cbd76be4155.tar.gz
add cscope.* to .gitignore
we have "make cscope", therefore that makes sense to have cscope.* in .gitignore. Signed-off-by: Jun Koi <junkoi2004@gmail.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index a32b7c4bc0..ec6f89fbda 100644
--- a/.gitignore
+++ b/.gitignore
@@ -53,3 +53,4 @@ pc-bios/optionrom/linuxboot.bin
pc-bios/optionrom/multiboot.bin
pc-bios/optionrom/multiboot.raw
.stgit-*
+cscope.*