diff mbox

gitignore: Ignore shader generated files

Message ID 5a1b06f5d050beab1b9b6d8ff6d5185f4576e3fa.1435062620.git.mprivozn@redhat.com
State New
Headers show

Commit Message

Michal Prívozník June 23, 2015, 12:30 p.m. UTC
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(+)

Comments

Michael Tokarev July 27, 2015, 7:29 p.m. UTC | #1
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
diff mbox

Patch

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