From: Jon TURNEY Date: Tue, 26 Apr 2011 12:11:23 +0000 (+0100) Subject: Add git_sha1.h to .gitignore X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8a58eccc626c5b0b75c64e08b081cef4a983a1a0;p=mesa.git 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 ..." 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 --- 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