summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-03-05 23:18:01 -0800
committerVinson Lee <vlee@vmware.com>2010-03-05 23:18:01 -0800
commitba8f4c5d36e6c9cd806a4c3360a8202b1f81ee05 (patch)
treed4256e4707aa6fd2968b966cdd3129d3bce09cb5
parentae7b3a632dd3f3b005459d77b66a77948260f716 (diff)
progs/demos: Add arbocclude2 to Makefile and .gitignore.
-rw-r--r--progs/demos/.gitignore1
-rw-r--r--progs/demos/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/progs/demos/.gitignore b/progs/demos/.gitignore
index 1b31866a850..aecdd9a0118 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 5b1d2a0b65b..a13a272ce9c 100644
--- a/progs/demos/Makefile
+++ b/progs/demos/Makefile
@@ -15,6 +15,7 @@ PROGS = \
arbfplight \
arbfslight \
arbocclude \
+ arbocclude2 \
bounce \
clearspd \
copypix \