mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-26 03:30:22 +01:00
CELL: mark several transient files as .gitignore
progs/demos: added new demo "fbo_firecube" progs/glsl: added new demo "pointcoord" src/gallium/drivers/cell/spu: added the g3d_spu executable, a Cell SPU executable file, which seems to be occasionally built as part of the cell driver src/glu/sgi: added "exptmp", a byproduct of the "mklib" process that sometimes gets deleted and sometimes not.
This commit is contained in:
parent
698bffb884
commit
4485ac87c2
4 changed files with 4 additions and 0 deletions
1
progs/demos/.gitignore
vendored
1
progs/demos/.gitignore
vendored
|
|
@ -8,6 +8,7 @@ cubemap
|
|||
drawpix
|
||||
engine
|
||||
extfuncs.h
|
||||
fbo_firecube
|
||||
fire
|
||||
fogcoord
|
||||
fplight
|
||||
|
|
|
|||
1
progs/glsl/.gitignore
vendored
1
progs/glsl/.gitignore
vendored
|
|
@ -7,6 +7,7 @@ extfuncs.h
|
|||
mandelbrot
|
||||
multitex
|
||||
noise
|
||||
pointcoord
|
||||
points
|
||||
readtex.c
|
||||
readtex.h
|
||||
|
|
|
|||
1
src/gallium/drivers/cell/spu/.gitignore
vendored
Normal file
1
src/gallium/drivers/cell/spu/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
g3d_spu
|
||||
1
src/glu/sgi/.gitignore
vendored
Normal file
1
src/glu/sgi/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
exptmp
|
||||
Loading…
Add table
Reference in a new issue