qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] Update .gitignore
@ 2016-09-28 23:58 David Gibson
  2016-09-29  8:17 ` Marc-André Lureau
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: David Gibson @ 2016-09-28 23:58 UTC (permalink / raw)
  To: qemu-trivial; +Cc: qemu-devel, David Gibson

This adds one generated header, and a couple of testcase binaries to the
.gitignore files, which haven't yet been included.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
---
 .gitignore       | 1 +
 tests/.gitignore | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index c91d018..1babcc2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,6 +20,7 @@
 /trace/generated-ust.c
 /ui/shader/texture-blit-frag.h
 /ui/shader/texture-blit-vert.h
+module_block.h
 *-timestamp
 /*-softmmu
 /*-darwin-user
diff --git a/tests/.gitignore b/tests/.gitignore
index 0f0c79b..9f3d2ee 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -12,7 +12,9 @@ rcutorture
 test-aio
 test-base64
 test-bitops
+test-blockjob
 test-blockjob-txn
+test-bufferiszero
 test-clone-visitor
 test-coroutine
 test-crypto-afsplit
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [Qemu-devel] [PATCH] Update .gitignore
@ 2010-06-28  2:33 Hidetoshi Seto
  0 siblings, 0 replies; 11+ messages in thread
From: Hidetoshi Seto @ 2010-06-28  2:33 UTC (permalink / raw)
  To: qemu-devel, kvm

Add some files/directories to .gitignore

  - vapic.bin
      A generated binary file
  - libdis/ and libdis-user/
      Directories generated in ./configure
  - QMP/qmp-commands.txt
      A generated text
  - qemu-options.def
      A generated file used as a source of qemu-options.h

Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
---
 .gitignore |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index 2d7f439..81b1ba4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,6 +9,8 @@ config-target.*
 libhw32
 libhw64
 libuser
+libdis
+libdis-user
 qemu-doc.html
 qemu-tech.html
 qemu-doc.info
@@ -21,11 +23,13 @@ qemu-img
 qemu-nbd
 qemu-nbd.8
 qemu-nbd.pod
+qemu-options.def
 qemu-options.texi
 qemu-img-cmds.texi
 qemu-img-cmds.h
 qemu-io
 qemu-monitor.texi
+QMP/qmp-commands.txt
 .gdbinit
 *.a
 *.aux
@@ -50,4 +54,5 @@ pc-bios/optionrom/linuxboot.bin
 pc-bios/optionrom/multiboot.bin
 pc-bios/optionrom/multiboot.raw
 pc-bios/optionrom/extboot.bin
+pc-bios/optionrom/vapic.bin
 .stgit-*
-- 
1.7.0

^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [Qemu-devel] [PATCH] update .gitignore
@ 2009-04-22 11:12 Gerd Hoffmann
  2009-04-22 11:25 ` Avi Kivity
  0 siblings, 1 reply; 11+ messages in thread
From: Gerd Hoffmann @ 2009-04-22 11:12 UTC (permalink / raw)
  To: qemu-devel@nongnu.org

[-- Attachment #1: Type: text/plain, Size: 43 bytes --]

   Hi,

$subject says all

cheers,
   Gerd

[-- Attachment #2: 0005-update-.gitignore.patch --]
[-- Type: text/plain, Size: 659 bytes --]

>From 9fcf05c5a8daf9408dc82a2be9c28bdfc079b270 Mon Sep 17 00:00:00 2001
From: Gerd Hoffmann <kraxel@redhat.com>
Date: Wed, 22 Apr 2009 12:42:58 +0200
Subject: [PATCH 05/10] update .gitignore

add qemu-io.
add *~ (editor backup files).

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
 .gitignore |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index 773ce51..b750b0e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,6 +16,7 @@ qemu-img
 qemu-nbd
 qemu-nbd.8
 qemu-nbd.pod
+qemu-io
 .gdbinit
 *.a
 *.aux
@@ -31,6 +32,7 @@ qemu-nbd.pod
 *.vr
 *.d
 *.o
+*~
 .pc
 patches
 pc-bios/bios-pq/status
-- 
1.6.2.2


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2016-09-29 17:08 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-28 23:58 [Qemu-devel] [PATCH] Update .gitignore David Gibson
2016-09-29  8:17 ` Marc-André Lureau
2016-09-29 16:00 ` Michael Tokarev
2016-09-29 17:08 ` Alex Bennée
  -- strict thread matches above, loose matches on Subject: below --
2010-06-28  2:33 Hidetoshi Seto
2009-04-22 11:12 [Qemu-devel] [PATCH] update .gitignore Gerd Hoffmann
2009-04-22 11:25 ` Avi Kivity
2009-04-22 12:11   ` Gerd Hoffmann
2009-04-22 12:19     ` Avi Kivity
2009-04-22 12:51       ` Gerd Hoffmann
2009-04-22 13:06         ` Anthony Liguori

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).