summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ellison <papillo@tungstengraphics.com>2008-09-18 16:36:37 -0600
committerRobert Ellison <papillo@tungstengraphics.com>2008-09-18 16:36:37 -0600
commit4485ac87c2cf69bef443ac36cccaa70054c6a7bb (patch)
treee86fbccc01fba4f34f48b2a976c58883e704a0c2
parent698bffb8844f6f45e09ed0c9fea39298ac6423d2 (diff)
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.
-rw-r--r--progs/demos/.gitignore1
-rw-r--r--progs/glsl/.gitignore1
-rw-r--r--src/gallium/drivers/cell/spu/.gitignore1
-rw-r--r--src/glu/sgi/.gitignore1
4 files changed, 4 insertions, 0 deletions
diff --git a/progs/demos/.gitignore b/progs/demos/.gitignore
index 3693fafd4e..f033a0505d 100644
--- a/progs/demos/.gitignore
+++ b/progs/demos/.gitignore
@@ -8,6 +8,7 @@ cubemap
drawpix
engine
extfuncs.h
+fbo_firecube
fire
fogcoord
fplight
diff --git a/progs/glsl/.gitignore b/progs/glsl/.gitignore
index 09340ff2ad..978e31c6cc 100644
--- a/progs/glsl/.gitignore
+++ b/progs/glsl/.gitignore
@@ -7,6 +7,7 @@ extfuncs.h
mandelbrot
multitex
noise
+pointcoord
points
readtex.c
readtex.h
diff --git a/src/gallium/drivers/cell/spu/.gitignore b/src/gallium/drivers/cell/spu/.gitignore
new file mode 100644
index 0000000000..2be9a2d324
--- /dev/null
+++ b/src/gallium/drivers/cell/spu/.gitignore
@@ -0,0 +1 @@
+g3d_spu
diff --git a/src/glu/sgi/.gitignore b/src/glu/sgi/.gitignore
new file mode 100644
index 0000000000..279ea7d434
--- /dev/null
+++ b/src/glu/sgi/.gitignore
@@ -0,0 +1 @@
+exptmp