diff options
author | Dan Nicholson <[email protected]> | 2007-09-29 11:23:22 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2007-10-10 08:44:58 -0600 |
commit | b182613f2f537e4425190ab942bb057eeed3ac16 (patch) | |
tree | 7b900553b604a72d8876d16a7b9f76d930cc83db /progs/tests | |
parent | 9509afe97cd7d9f58c9b344242171952990abfc8 (diff) |
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.
Diffstat (limited to 'progs/tests')
-rw-r--r-- | progs/tests/.gitignore | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/progs/tests/.gitignore b/progs/tests/.gitignore index cb3e09d5d5f..eaa67c3a5d8 100644 --- a/progs/tests/.gitignore +++ b/progs/tests/.gitignore @@ -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 |