Ignore more generated files in progs/
authorDan Nicholson <dbn.lists@gmail.com>
Sat, 29 Sep 2007 18:23:22 +0000 (11:23 -0700)
committerZack Rusin <zack@tungstengraphics.com>
Tue, 20 May 2008 23:04:57 +0000 (19:04 -0400)
commit0a4867bd4c20faf96af2df6ae31b83854082a820
tree046b70cd9bd5944c9c5cd630fffd8666c6694dc5
parentcd87aeae00e17e49e258d4d0db6524d808ba7d3f
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.
progs/beos/.gitignore [new file with mode: 0644]
progs/directfb/.gitignore [new file with mode: 0644]
progs/egl/.gitignore [new file with mode: 0644]
progs/fbdev/.gitignore [new file with mode: 0644]
progs/miniglx/.gitignore [new file with mode: 0644]
progs/osdemos/.gitignore [new file with mode: 0644]
progs/samples/.gitignore
progs/slang/.gitignore [new file with mode: 0644]
progs/tests/.gitignore
progs/tools/trace/.gitignore [new file with mode: 0644]
progs/vp/.gitignore [new file with mode: 0644]