summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJun Koi2010-07-23 07:59:52 +0200
committerAurelien Jarno2010-07-25 17:03:49 +0200
commit01cc7ac69e1cd6c46754457a439c6cbd76be4155 (patch)
treea20a324ad2489dec75b137f7d46dc605670bea06 /.gitignore
parentslirp: Remove declarations which are no longer needed (diff)
downloadqemu-01cc7ac69e1cd6c46754457a439c6cbd76be4155.tar.gz
qemu-01cc7ac69e1cd6c46754457a439c6cbd76be4155.tar.xz
qemu-01cc7ac69e1cd6c46754457a439c6cbd76be4155.zip
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.*