Ignore more generated files in progs/

Many of the directories in progs/ were missing .gitignore files or
were tracking generated files. This patch is basically the process of
running `make' in each directory and then finding the untracked files
with `git-ls-files -o --exclude-per-directory=.gitignore'. The existing
files were also sorted.
This commit is contained in:
Dan Nicholson 2007-09-29 11:23:22 -07:00 committed by Brian
parent 9509afe97c
commit b182613f2f
16 changed files with 172 additions and 21 deletions

3
progs/beos/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
demo
GLInfo
sample

View File

@ -41,8 +41,8 @@ shadowtex
showbuffer.c
showbuffer.h
singlebuffer
spriteblast
spectex
spriteblast
stex3d
streaming_rect
teapot

4
progs/directfb/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
df_gears
df_morph3d
df_reflect
multi_window

5
progs/egl/.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
demo1
demo2
demo3
eglgears
eglinfo

1
progs/fbdev/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
glfbdevtest

42
progs/fp/.gitignore vendored Normal file
View File

@ -0,0 +1,42 @@
point-position
readtex.c
readtex.h
tri-abs
tri-add
tri-cmp
tri-cos
tri-depth
tri-depth2
tri-depthwrite
tri-depthwrite2
tri-dp3
tri-dp4
tri-dph
tri-dst
tri-ex2
tri-flr
tri-frc
tri-kil
tri-lg2
tri-lit
tri-lrp
tri-mad
tri-max
tri-min
tri-mov
tri-mul
tri-param
tri-position
tri-pow
tri-rcp
tri-rsq
tri-scs
tri-sge
tri-sge2
tri-sin
tri-slt
tri-sub
tri-swz
tri-swz2
tri-tex
tri-xpd

10
progs/glsl/.gitignore vendored Normal file
View File

@ -0,0 +1,10 @@
brick
bump
deriv
extfuncs.h
mandelbrot
noise
readtex.c
readtex.h
texdemo1
toyball

6
progs/miniglx/.gitignore vendored Normal file
View File

@ -0,0 +1,6 @@
manytex
miniglxsample
miniglxtest
sample_server
sample_server2
texline

8
progs/osdemos/.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
osdemo
osdemo16
osdemo32
ostest1
readtex.c
readtex.h
showbuffer.c
showbuffer.h

View File

@ -1,24 +1,41 @@
.cvsignore
accum
anywin
bdemo
binfo
bitmap1
bitmap2
blendeq
blendxor
bugger
copy
cursor
demo
depth
eval
ffset
fog
font
font
incopy
line
logo
lthreads
lxdemo
lxgears
lxheads
lxinfo
lxpixmap
nurb
oglinfo
olympic
overlay
pend
point
prim
quad
readtex.c
readtex.h
select
shape
sphere
@ -28,18 +45,3 @@ stretch
texture
tri
wave
bugger
pend
lthreads
lxdemo
lxgears
lxheads
lxinfo
lxpixmap
anywin
ffset
bdemo
binfo
incopy
demo
font

3
progs/slang/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
cltest
sotest
vstest

View File

@ -1,5 +1,4 @@
.cvsignore
getproclist.h
afsmultiarb
antialias
arbfpspec
@ -34,17 +33,18 @@ fogcoord
fptest1
fptexture
getprocaddress
jkrahntest
getproclist.h
interleave
invert
jkrahntest
manytex
mipmap_limits
multipal
no_s3tc
packedpixels
pbo
projtex
prog_parameter
projtex
random
readrate
readtex.c

1
progs/tools/trace/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
gltrace.cc

65
progs/trivial/.gitignore vendored Normal file
View File

@ -0,0 +1,65 @@
clear
dlist-dangling
dlist-edgeflag
dlist-edgeflag-dangling
drawarrays
drawelements
drawrange
line
line-clip
line-cull
line-userclip
line-userclip-clip
line-userclip-nop
line-userclip-nop-clip
lineloop
lineloop-clip
point
point-clip
point-param
point-wide
poly
poly-flat
poly-unfilled
quad
quad-clip
quad-clip-all-vertices
quad-clip-nearplane
quad-degenerate
quad-flat
quad-offset-factor
quad-offset-unfilled
quad-offset-units
quad-tex-2d
quad-tex-3d
quad-tex-pbo
quad-unfilled
quads
quadstrip
quadstrip-flat
readtex.c
readtex.h
tri
tri-blend
tri-clip
tri-cull
tri-dlist
tri-edgeflag
tri-flat
tri-flat-clip
tri-tex-3d
tri-unfilled
tri-unfilled-clip
tri-unfilled-smooth
tri-unfilled-userclip
tri-userclip
tristrip
tristrip-clip
vbo-drawarrays
vbo-drawelements
vbo-drawrange
vp-array
vp-clip
vp-line-clip
vp-tri
vp-unfilled

1
progs/vp/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
vp-tris

View File

@ -5,14 +5,14 @@ glxgears
glxgears_fbconfig
glxheads
glxinfo
glxpixmap
glxpbdemo
glxpixmap
glxswapcontrol
manywin
offset
overlay
pbinfo
pbdemo
pbinfo
texture_from_pixmap
wincopy
xdemo