From 28784e494e07d890cc2f30d8302f130bf5ff94b6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michel=20D=C3=A4nzer?= Date: Fri, 3 May 2019 10:12:56 +0200 Subject: [PATCH] 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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 52e4e61140d..a8917c269b1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.pyc *.pyo +build -- 2.30.2