mesa: Changes to 'gallium-0.1'

Zack Rusin zack at kemper.freedesktop.org
Tue May 20 23:27:24 UTC 2008


The branch, gallium-0.1 has been updated
        Commits at: http://cgit.freedesktop.org/mesa/mesa/log/?h=gallium-0.1

Summary of changes:
 progs/beos/.gitignore        |    3 +++
 progs/directfb/.gitignore    |    4 ++++
 progs/egl/.gitignore         |    5 +++++
 progs/fbdev/.gitignore       |    1 +
 progs/glsl/.gitignore        |    1 +
 progs/miniglx/.gitignore     |    6 ++++++
 progs/osdemos/.gitignore     |    8 ++++++++
 progs/samples/.gitignore     |   34 +++++++++++++++++-----------------
 progs/slang/.gitignore       |    3 +++
 progs/tests/.gitignore       |   33 +++++++++++++++++++++++++++++++--
 progs/tools/trace/.gitignore |    1 +
 progs/trivial/.gitignore     |    4 ++++
 progs/vp/.gitignore          |    1 +
 progs/xdemos/.gitignore      |    1 +
 14 files changed, 86 insertions(+), 19 deletions(-)
 create mode 100644 progs/beos/.gitignore
 create mode 100644 progs/directfb/.gitignore
 create mode 100644 progs/egl/.gitignore
 create mode 100644 progs/fbdev/.gitignore
 create mode 100644 progs/miniglx/.gitignore
 create mode 100644 progs/osdemos/.gitignore
 create mode 100644 progs/slang/.gitignore
 create mode 100644 progs/tools/trace/.gitignore
 create mode 100644 progs/vp/.gitignore

       via  f869ddf29771253e9f7634384a7354eb14f4cadd (commit)
       via  0a4867bd4c20faf96af2df6ae31b83854082a820 (commit)
      from  cd87aeae00e17e49e258d4d0db6524d808ba7d3f (commit)


- Commits -----------------------------------------------
commit f869ddf29771253e9f7634384a7354eb14f4cadd
Author: Zack Rusin <zack at tungstengraphics.com>
Date:   Tue May 20 19:18:22 2008 -0400

    add new binaries to ignore to make 'git status' cleaner

commit 0a4867bd4c20faf96af2df6ae31b83854082a820
Author: Dan Nicholson <dbn.lists at gmail.com>
Date:   Sat Sep 29 11:23:22 2007 -0700

    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.

---------------------------------




More information about the mesa-commit mailing list