Since commit de579a1 "Include GIT SHA1 in GL version string" $ git status On branch master Your branch is ahead of 'origin/master' by 2 commits.
Untracked files: (use "git add <file>..." to include in what will be committed) src/mesa/main/git_sha1.h nothing added to commit but untracked files present (use "git add" to track) Add git_sha1.h to .gitignore so git knows not to warn it is present but untracked Signed-off-by: Jon TURNEY <jon.tur...@dronecode.org.uk> --- src/mesa/main/.gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/mesa/main/.gitignore b/src/mesa/main/.gitignore index 391c334..e48030e 100644 --- a/src/mesa/main/.gitignore +++ b/src/mesa/main/.gitignore @@ -2,3 +2,4 @@ api_exec_es1.c api_exec_es2.c get_es1.c get_es2.c +git_sha1.h -- 1.7.4 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev