From: Michel Dänzer Date: Fri, 3 May 2019 08:12:56 +0000 (+0200) Subject: Restore erroneously removed .gitignore entry for "build" directory X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=28784e494e07d890cc2f30d8302f130bf5ff94b6;p=mesa.git Restore erroneously removed .gitignore entry for "build" directory It was removed in "delete autotools .gitignore files", but the build directory is created by scons. [Skip CI] Reviewed-by: Eric Engestrom --- diff --git a/.gitignore b/.gitignore index 52e4e61140d..a8917c269b1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.pyc *.pyo +build