mesa: Changes to 'mesa_7_0_branch'

Brian Paul brianp at kemper.freedesktop.org
Wed Oct 10 14:50:10 UTC 2007


 progs/beos/.gitignore        |    3 +
 progs/demos/.gitignore       |    2 +
 progs/directfb/.gitignore    |    4 ++
 progs/egl/.gitignore         |    5 +++
 progs/fbdev/.gitignore       |    1 
 progs/fp/.gitignore          |   42 +++++++++++++++++++++++++++
 progs/glsl/.gitignore        |   10 ++++++
 progs/miniglx/.gitignore     |    6 +++
 progs/osdemos/.gitignore     |    8 +++++
 progs/samples/.gitignore     |   32 +++++++++++----------
 progs/slang/.gitignore       |    3 +
 progs/tests/.gitignore       |   10 +++++-
 progs/tools/trace/.gitignore |    1 
 progs/trivial/.gitignore     |   65 +++++++++++++++++++++++++++++++++++++++++++
 progs/vp/.gitignore          |    1 
 progs/xdemos/.gitignore      |    4 +-
 16 files changed, 180 insertions(+), 17 deletions(-)

commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary

New commits:
commit b7c36d1d33b207c1e8c9fa719467c901f8617e6d
Author: Dan Nicholson <dbn.lists.gmail.com>
Date:   Wed Oct 10 08:49:59 2007 -0600

    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.
    
    Conflicts:
    
    	progs/demos/.gitignore
    	progs/tests/.gitignore
    	progs/xdemos/.gitignore




More information about the mesa-commit mailing list