diff options
author | prs513rosewood <lucas.frerot@gmail.com> | 2019-03-18 13:14:04 +0100 |
---|---|---|
committer | Brendan Forster <brendan@github.com> | 2019-03-18 09:14:04 -0300 |
commit | 91cca656dff520e723c24c2b17799d3f2b053b6e (patch) | |
tree | 87fe709623d6934ab67d008af68bbbf6e01968a8 | |
parent | cf8aca524938e935fff5b999428ded90aa07e83a (diff) | |
download | gitignore-91cca656dff520e723c24c2b17799d3f2b053b6e.tar.gz gitignore-91cca656dff520e723c24c2b17799d3f2b053b6e.zip |
Update SCons.gitignore (#3001)
Added some files that SCons generates when its tries to configure libraries.
-rw-r--r-- | SCons.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
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 |