Ignore more generated files in progs/
authorDan Nicholson <dbn.lists@gmail.com>
Sat, 29 Sep 2007 18:23:22 +0000 (11:23 -0700)
committerBrian <brian.paul@tungstengraphics.com>
Wed, 10 Oct 2007 14:44:58 +0000 (08:44 -0600)
commitb182613f2f537e4425190ab942bb057eeed3ac16
tree7b900553b604a72d8876d16a7b9f76d930cc83db
parent9509afe97cd7d9f58c9b344242171952990abfc8
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.
16 files changed:
progs/beos/.gitignore [new file with mode: 0644]
progs/demos/.gitignore
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/fp/.gitignore [new file with mode: 0644]
progs/glsl/.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/trivial/.gitignore [new file with mode: 0644]
progs/vp/.gitignore [new file with mode: 0644]
progs/xdemos/.gitignore