diff options
author | Dan Nicholson <[email protected]> | 2007-10-25 11:34:16 -0700 |
---|---|---|
committer | Dan Nicholson <[email protected]> | 2007-10-25 11:34:16 -0700 |
commit | 8578534f48a9d6b3e13364a675c263bc5a38700f (patch) | |
tree | c7385e78c2fd43f05124f0136c38a81a88f77009 | |
parent | 6dcf65ff0d6fcea9c7e3ae51d51eac6f9a030e47 (diff) |
Ignore new programs
-rw-r--r-- | progs/demos/.gitignore | 1 | ||||
-rw-r--r-- | progs/glsl/.gitignore | 3 | ||||
-rw-r--r-- | progs/xdemos/.gitignore | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/progs/demos/.gitignore b/progs/demos/.gitignore index 9c5957602c8..ad20499f1e7 100644 --- a/progs/demos/.gitignore +++ b/progs/demos/.gitignore @@ -4,6 +4,7 @@ arbfslight arbocclude bounce clearspd +copypix cubemap drawpix engine diff --git a/progs/glsl/.gitignore b/progs/glsl/.gitignore index 622e0417a85..b63693bbb5a 100644 --- a/progs/glsl/.gitignore +++ b/progs/glsl/.gitignore @@ -1,10 +1,13 @@ +bitmap brick bump deriv extfuncs.h mandelbrot noise +points readtex.c readtex.h texdemo1 +trirast toyball diff --git a/progs/xdemos/.gitignore b/progs/xdemos/.gitignore index 250bc17d984..25022c112d1 100644 --- a/progs/xdemos/.gitignore +++ b/progs/xdemos/.gitignore @@ -1,3 +1,4 @@ +corender glthreads glxcontexts glxdemo @@ -7,6 +8,7 @@ glxheads glxinfo glxpbdemo glxpixmap +glxsnoop glxswapcontrol manywin offset |