From 8a58eccc626c5b0b75c64e08b081cef4a983a1a0 Mon Sep 17 00:00:00 2001 From: Jon TURNEY Date: Tue, 26 Apr 2011 13:11:23 +0100 Subject: [PATCH] Add git_sha1.h to .gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 ..." 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 Reviewed-by: Marek Olšák --- src/mesa/main/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesa/main/.gitignore b/src/mesa/main/.gitignore index 391c334ab71..e48030ecf7a 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 -- 2.30.2