qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] ignore more generated files


From: Stefan Weil
Subject: Re: [Qemu-devel] [PATCH] ignore more generated files
Date: Sun, 16 Sep 2012 22:33:15 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:15.0) Gecko/20120827 Thunderbird/15.0

Am 16.09.2012 22:11, schrieb Mike Frysinger:
Signed-off-by: Mike Frysinger <address@hidden>
---
  .gitignore |    8 ++++++++
  1 file changed, 8 insertions(+)

diff --git a/.gitignore b/.gitignore
index 824c0d2..25c134e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,6 +11,7 @@ trace-dtrace.dtrace
  *-darwin-user
  *-linux-user
  *-bsd-user
+libcacard/vscclient
  libdis*
  libhw32
  libhw64
@@ -51,7 +52,11 @@ test-string-output-visitor
  test-visitor-serialization
  fsdev/virtfs-proxy-helper.1
  fsdev/virtfs-proxy-helper.pod
+a.out*
  .gdbinit
+.gdb_history
+core
+gmon.out
  *.a
  *.aux
  *.cp
@@ -79,6 +84,9 @@ fsdev/virtfs-proxy-helper.pod
  *.orig
  .pc
  patches
+*.diff
+*.patch
+*.rej
  pc-bios/bios-pq/status
  pc-bios/vgabios-pq/status
  pc-bios/optionrom/linuxboot.bin

IMHO .gitignore should only contain files which are generated
by a normal QEMU build.

a.out*, .gdb_history, core, *.diff, *patch, *.rej are not QEMU specific
and should be ignored in the user's GIT configuration.

QEMU's .gitignore already contains too many entries which don't
belong there.Maybe it would be a good idea to remove those
entries and add a comment which explains what entries are ok.

Regards

Stefan W.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]