Module: Mesa Branch: 7.8 Commit: ba8f4c5d36e6c9cd806a4c3360a8202b1f81ee05 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ba8f4c5d36e6c9cd806a4c3360a8202b1f81ee05
Author: Vinson Lee <[email protected]> Date: Fri Mar 5 23:18:01 2010 -0800 progs/demos: Add arbocclude2 to Makefile and .gitignore. --- progs/demos/.gitignore | 1 + progs/demos/Makefile | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/progs/demos/.gitignore b/progs/demos/.gitignore index 1b31866..aecdd9a 100644 --- a/progs/demos/.gitignore +++ b/progs/demos/.gitignore @@ -1,6 +1,7 @@ arbfplight arbfslight arbocclude +arbocclude2 bounce clearspd copypix diff --git a/progs/demos/Makefile b/progs/demos/Makefile index 5b1d2a0..a13a272 100644 --- a/progs/demos/Makefile +++ b/progs/demos/Makefile @@ -15,6 +15,7 @@ PROGS = \ arbfplight \ arbfslight \ arbocclude \ + arbocclude2 \ bounce \ clearspd \ copypix \ _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
