From 14f92636b00e6961c419e5457151f44853bd297f Mon Sep 17 00:00:00 2001 From: Michel Dänzer <michel@tungstengraphics.com> Date: Wed, 6 Dec 2006 14:17:56 +0100 Subject: Make git ignore files only generated at build time. --- progs/tests/.cvsignore | 54 -------------------------------------------------- progs/tests/.gitignore | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+), 54 deletions(-) delete mode 100644 progs/tests/.cvsignore create mode 100644 progs/tests/.gitignore (limited to 'progs/tests') diff --git a/progs/tests/.cvsignore b/progs/tests/.cvsignore deleted file mode 100644 index 2c0e16c35e..0000000000 --- a/progs/tests/.cvsignore +++ /dev/null @@ -1,54 +0,0 @@ -.cvsignore -getproclist.h -antialias -arbfpspec -arbfptest1 -arbfptexture -arbfptrig -arbvptest1 -arbvptest3 -arbvptorus -arbvpwarpmesh -blendminmax -blendsquare -bufferobj -bug_3101 -bug_3195 -crossbar -cva -dinoshade -fbotest1 -fbotexture -floattex -fog -fogcoord -fptest1 -fptexture -getprocaddress -invert -manytex -multipal -no_s3tc -packedpixels -pbo -projtex -seccolor -sharedtex -stencil_wrap -stencilwrap -tex1d -texcmp -texgenmix -texline -texobjshare -texrect -texwrap -vparray -vptest1 -vptest2 -vptest3 -vptorus -vpwarpmesh -yuvrect -yuvsquare -zreaddraw diff --git a/progs/tests/.gitignore b/progs/tests/.gitignore new file mode 100644 index 0000000000..2c0e16c35e --- /dev/null +++ b/progs/tests/.gitignore @@ -0,0 +1,54 @@ +.cvsignore +getproclist.h +antialias +arbfpspec +arbfptest1 +arbfptexture +arbfptrig +arbvptest1 +arbvptest3 +arbvptorus +arbvpwarpmesh +blendminmax +blendsquare +bufferobj +bug_3101 +bug_3195 +crossbar +cva +dinoshade +fbotest1 +fbotexture +floattex +fog +fogcoord +fptest1 +fptexture +getprocaddress +invert +manytex +multipal +no_s3tc +packedpixels +pbo +projtex +seccolor +sharedtex +stencil_wrap +stencilwrap +tex1d +texcmp +texgenmix +texline +texobjshare +texrect +texwrap +vparray +vptest1 +vptest2 +vptest3 +vptorus +vpwarpmesh +yuvrect +yuvsquare +zreaddraw -- cgit v1.2.3