diff options
| author | Zack Rusin <zack@tungstengraphics.com> | 2008-05-20 19:18:22 -0400 | 
|---|---|---|
| committer | Zack Rusin <zack@tungstengraphics.com> | 2008-05-20 19:18:22 -0400 | 
| commit | f869ddf29771253e9f7634384a7354eb14f4cadd (patch) | |
| tree | fcce2451d4a30d81daca40010e6276bd985747b4 | |
| parent | 0a4867bd4c20faf96af2df6ae31b83854082a820 (diff) | |
add new binaries to ignore to make 'git status' cleaner
| -rw-r--r-- | progs/glsl/.gitignore | 1 | ||||
| -rw-r--r-- | progs/tests/.gitignore | 23 | ||||
| -rw-r--r-- | progs/trivial/.gitignore | 4 | ||||
| -rw-r--r-- | progs/xdemos/.gitignore | 1 | 
4 files changed, 28 insertions, 1 deletions
diff --git a/progs/glsl/.gitignore b/progs/glsl/.gitignore index 622e0417a8..81ecf5bdd5 100644 --- a/progs/glsl/.gitignore +++ b/progs/glsl/.gitignore @@ -1,5 +1,6 @@  brick  bump +convolutions  deriv  extfuncs.h  mandelbrot diff --git a/progs/tests/.gitignore b/progs/tests/.gitignore index 2455d5e9f7..a72f552f10 100644 --- a/progs/tests/.gitignore +++ b/progs/tests/.gitignore @@ -5,20 +5,30 @@ arbfpspec  arbfptest1  arbfptexture  arbfptrig +arbnpot +arbnpot-mipmap  arbvptest1  arbvptest3  arbvptorus  arbvpwarpmesh +arraytexture  blendminmax  blendsquare  bufferobj +bug_3050  bug_3101  bug_3195 +calibrate_rast +copypixrate  crossbar  cva  dinoshade +drawbuffers +extfuncs.h  fbotest1 +fbotest2  fbotexture +fillrate  floattex  fog  fogcoord @@ -30,6 +40,9 @@ interleave  invert  jkrahntest  manytex +minmag +mipmap_limits +mipmap_view  multipal  no_s3tc  packedpixels @@ -42,15 +55,21 @@ readtex.c  readtex.h  seccolor  sharedtex -stencil_wrap  stencilwrap +stencil_wrap +subtex +subtexrate  tex1d  texcmp +texcompress2 +texfilt  texgenmix  texline  texobjshare  texrect  texwrap +vao-01 +vao-02  vparray  vptest1  vptest2 @@ -59,4 +78,6 @@ vptorus  vpwarpmesh  yuvrect  yuvsquare +zcomp +zdrawpix  zreaddraw diff --git a/progs/trivial/.gitignore b/progs/trivial/.gitignore index aafc4a7291..30f03e9103 100644 --- a/progs/trivial/.gitignore +++ b/progs/trivial/.gitignore @@ -14,6 +14,7 @@ fs-tri  line  line-clip  line-cull +line-smooth  line-stipple-wide  line-userclip  line-userclip-clip @@ -33,6 +34,7 @@ point-clip  point-param  point-sprite  point-wide +point-wide-smooth  poly  poly-flat  poly-unfilled @@ -77,6 +79,7 @@ tri-flat  tri-flat-clip  tri-fog  tri-mask-tri +tri-orig  tri-query  tri-scissor-tri  tri-stencil @@ -84,6 +87,7 @@ tri-tex-3d  tri-tri  tri-unfilled  tri-unfilled-clip +tri-unfilled-edgeflag  tri-unfilled-smooth  tri-unfilled-userclip  tri-unfilled-userclip-stip diff --git a/progs/xdemos/.gitignore b/progs/xdemos/.gitignore index 250bc17d98..34551101cb 100644 --- a/progs/xdemos/.gitignore +++ b/progs/xdemos/.gitignore @@ -13,6 +13,7 @@ offset  overlay  pbdemo  pbinfo +sharedtex  texture_from_pixmap  wincopy  xdemo  | 
