All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-trivial] [PATCH] gitignore: Ignore shader generated files
@ 2015-06-23 12:30 ` Michal Privoznik
  0 siblings, 0 replies; 4+ messages in thread
From: Michal Privoznik @ 2015-06-23 12:30 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial

As of d98bc0b65 there are two files that are automatically generated:
ui/shader/texture-blit-frag.h and /ui/shader/texture-blit-vert.h. None
of them is wanted to be tracked by git. Put them into the ignore file
then.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index aed0e1f..61bc492 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,6 +17,8 @@
 /trace/generated-tcg-tracers.h
 /trace/generated-ust-provider.h
 /trace/generated-ust.c
+/ui/shader/texture-blit-frag.h
+/ui/shader/texture-blit-vert.h
 /libcacard/trace/generated-tracers.c
 *-timestamp
 /*-softmmu
-- 
2.3.6



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

* [Qemu-devel] [PATCH] gitignore: Ignore shader generated files
@ 2015-06-23 12:30 ` Michal Privoznik
  0 siblings, 0 replies; 4+ messages in thread
From: Michal Privoznik @ 2015-06-23 12:30 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial

As of d98bc0b65 there are two files that are automatically generated:
ui/shader/texture-blit-frag.h and /ui/shader/texture-blit-vert.h. None
of them is wanted to be tracked by git. Put them into the ignore file
then.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index aed0e1f..61bc492 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,6 +17,8 @@
 /trace/generated-tcg-tracers.h
 /trace/generated-ust-provider.h
 /trace/generated-ust.c
+/ui/shader/texture-blit-frag.h
+/ui/shader/texture-blit-vert.h
 /libcacard/trace/generated-tracers.c
 *-timestamp
 /*-softmmu
-- 
2.3.6

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

* Re: [Qemu-trivial] [PATCH] gitignore: Ignore shader generated files
  2015-06-23 12:30 ` [Qemu-devel] " Michal Privoznik
@ 2015-07-27 19:29   ` Michael Tokarev
  -1 siblings, 0 replies; 4+ messages in thread
From: Michael Tokarev @ 2015-07-27 19:29 UTC (permalink / raw)
  To: Michal Privoznik, qemu-devel; +Cc: qemu-trivial

23.06.2015 15:30, Michal Privoznik wrote:
> As of d98bc0b65 there are two files that are automatically generated:
> ui/shader/texture-blit-frag.h and /ui/shader/texture-blit-vert.h. None
> of them is wanted to be tracked by git. Put them into the ignore file
> then.

Applied to -trivial, thanks!

/mjt


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

* Re: [Qemu-devel] [PATCH] gitignore: Ignore shader generated files
@ 2015-07-27 19:29   ` Michael Tokarev
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Tokarev @ 2015-07-27 19:29 UTC (permalink / raw)
  To: Michal Privoznik, qemu-devel; +Cc: qemu-trivial

23.06.2015 15:30, Michal Privoznik wrote:
> As of d98bc0b65 there are two files that are automatically generated:
> ui/shader/texture-blit-frag.h and /ui/shader/texture-blit-vert.h. None
> of them is wanted to be tracked by git. Put them into the ignore file
> then.

Applied to -trivial, thanks!

/mjt

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

end of thread, other threads:[~2015-07-27 19:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-23 12:30 [Qemu-trivial] [PATCH] gitignore: Ignore shader generated files Michal Privoznik
2015-06-23 12:30 ` [Qemu-devel] " Michal Privoznik
2015-07-27 19:29 ` [Qemu-trivial] " Michael Tokarev
2015-07-27 19:29   ` [Qemu-devel] " Michael Tokarev

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.