Mesa (master): Add git_sha1.h to .gitignore

Jon TURNEY jturney at kemper.freedesktop.org
Fri Apr 29 11:57:00 UTC 2011


Module: Mesa
Branch: master
Commit: 8a58eccc626c5b0b75c64e08b081cef4a983a1a0
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8a58eccc626c5b0b75c64e08b081cef4a983a1a0

Author: Jon TURNEY <jon.turney at dronecode.org.uk>
Date:   Tue Apr 26 13:11:23 2011 +0100

Add git_sha1.h to .gitignore

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.turney at dronecode.org.uk>
Reviewed-by: Marek Olšák <maraeo at gmail.com>

---

 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




More information about the mesa-commit mailing list