From 414a933ad24e11e9655dc00ae55d8753f2021fe5 Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Fri, 19 Oct 2007 11:37:45 +0100 Subject: Ignore generated files. --- doxygen/.gitignore | 8 +++++++- progs/demos/.gitignore | 14 +++++++++++++- progs/fp/.gitignore | 42 ++++++++++++++++++++++++++++++++++++++++++ progs/glsl/.gitignore | 10 ++++++++++ progs/samples/.gitignore | 2 ++ progs/xdemos/.gitignore | 9 +++++++-- 6 files changed, 81 insertions(+), 4 deletions(-) create mode 100644 progs/fp/.gitignore create mode 100644 progs/glsl/.gitignore diff --git a/doxygen/.gitignore b/doxygen/.gitignore index 1b0edf90a6..253aabac19 100644 --- a/doxygen/.gitignore +++ b/doxygen/.gitignore @@ -1,15 +1,21 @@ *.tag +*.tmp agpgart array_cache core core_subset +gallium +glapi +main math math_subset miniglx -radeon_subset radeondrm radeonfb +radeon_subset +shader swrast swrast_setup tnl tnl_dd +vbo diff --git a/progs/demos/.gitignore b/progs/demos/.gitignore index f764b3d117..d9e488189b 100644 --- a/progs/demos/.gitignore +++ b/progs/demos/.gitignore @@ -1,17 +1,23 @@ -.cvsignore arbfplight +arbfslight arbocclude bounce clearspd cubemap drawpix +engine +extfuncs.h fire +fogcoord fplight +fslight gamma +gearbox gears geartrain glinfo gloss +glslnoise gltestperf glutfx ipers @@ -33,8 +39,11 @@ renormal shadowtex showbuffer.c showbuffer.h +singlebuffer spectex +spriteblast stex3d +streaming_rect teapot terrain tessdemo @@ -42,7 +51,10 @@ texcyl texdown texenv texobj +trackball.c +trackball.h trispd tunnel tunnel2 +vao_demo winpos diff --git a/progs/fp/.gitignore b/progs/fp/.gitignore new file mode 100644 index 0000000000..b265f1fed7 --- /dev/null +++ b/progs/fp/.gitignore @@ -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 diff --git a/progs/glsl/.gitignore b/progs/glsl/.gitignore new file mode 100644 index 0000000000..622e0417a8 --- /dev/null +++ b/progs/glsl/.gitignore @@ -0,0 +1,10 @@ +brick +bump +deriv +extfuncs.h +mandelbrot +noise +readtex.c +readtex.h +texdemo1 +toyball diff --git a/progs/samples/.gitignore b/progs/samples/.gitignore index 12b0650567..9635c7f450 100644 --- a/progs/samples/.gitignore +++ b/progs/samples/.gitignore @@ -43,3 +43,5 @@ binfo incopy demo font +readtex.c +readtex.h diff --git a/progs/xdemos/.gitignore b/progs/xdemos/.gitignore index 4adffda2d1..250bc17d98 100644 --- a/progs/xdemos/.gitignore +++ b/progs/xdemos/.gitignore @@ -1,16 +1,21 @@ glthreads +glxcontexts glxdemo glxgears +glxgears_fbconfig glxheads glxinfo -glxpixmap glxpbdemo +glxpixmap glxswapcontrol manywin offset -pbinfo +overlay pbdemo +pbinfo +texture_from_pixmap wincopy xdemo xfont xrotfontdemo +yuvrect_client -- cgit v1.2.3