From 91cca656dff520e723c24c2b17799d3f2b053b6e Mon Sep 17 00:00:00 2001 From: prs513rosewood Date: Mon, 18 Mar 2019 13:14:04 +0100 Subject: [PATCH] Update SCons.gitignore (#3001) Added some files that SCons generates when its tries to configure libraries. --- SCons.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SCons.gitignore b/SCons.gitignore index 39d9743a..84eee81b 100644 --- a/SCons.gitignore +++ b/SCons.gitignore @@ -1,2 +1,6 @@ # for projects that use SCons for building: http://http://www.scons.org/ .sconsign.dblite + +# When configure fails, SCons outputs these +config.log +.sconf_temp