diff options
-rw-r--r-- | progs/demos/.gitignore | 1 | ||||
-rw-r--r-- | progs/glsl/.gitignore | 1 | ||||
-rw-r--r-- | src/gallium/drivers/cell/spu/.gitignore | 1 | ||||
-rw-r--r-- | src/glu/sgi/.gitignore | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/progs/demos/.gitignore b/progs/demos/.gitignore index 3693fafd4ee..f033a0505d8 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 09340ff2adb..978e31c6cc9 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 00000000000..2be9a2d3242 --- /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 00000000000..279ea7d4345 --- /dev/null +++ b/src/glu/sgi/.gitignore @@ -0,0 +1 @@ +exptmp |