Add git_sha1.h to .gitignore
authorJon TURNEY <jon.turney@dronecode.org.uk>
Tue, 26 Apr 2011 12:11:23 +0000 (13:11 +0100)
committerJon TURNEY <jon.turney@dronecode.org.uk>
Fri, 29 Apr 2011 11:56:53 +0000 (12:56 +0100)
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@dronecode.org.uk>
Reviewed-by: Marek Olšák <maraeo@gmail.com>
src/mesa/main/.gitignore

index 391c334ab7117578bd5786b7d402febfec022db6..e48030ecf7a8c00b4c5eb257f3a6b74c353a5d87 100644 (file)
@@ -2,3 +2,4 @@ api_exec_es1.c
 api_exec_es2.c
 get_es1.c
 get_es2.c
+git_sha1.h