summaryrefslogtreecommitdiff
path: root/progs/egl/.gitignore
AgeCommit message (Collapse)Author
2009-08-26mesa: gitignoreYounes Manton
2009-07-16egl: Add xeglthreadsChia-I Wu
Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
2009-01-18egl: Add eglscreen to help debug egl mesa screenJakob Bornecrantz
2008-07-04egl: Add egltriJakob Bornecrantz
First tri for EGL drivers with mesa screen ext
2008-06-16git: Updated .gitignore filesJakob Bornecrantz
2008-05-20Ignore more generated files in progs/Dan Nicholson
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.