[Mesa-dev] [PATCH] Add git_sha1.h to .gitignore
Marek Olšák
maraeo at gmail.com
Fri Apr 29 03:05:00 PDT 2011
Reviewed-by: Marek Olšák <maraeo at gmail.com>
On Tue, Apr 26, 2011 at 2:17 PM, Jon TURNEY <jon.turney at dronecode.org.uk> wrote:
> 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>
> ---
> 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 at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
More information about the mesa-dev
mailing list