From 7f62bed2387db01e825b8d61253619e948c65058 Mon Sep 17 00:00:00 2001 From: Fabian Mathews Date: Thu, 19 Dec 2019 19:33:11 +1030 Subject: Added support to allow to compile Godot from the same directory while using different versions of python (cherry picked from commit beee8b37763dd25a105d75274b3f2fffe35f69e1) --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 0ee2a8b382..25a36c8e5f 100644 --- a/.gitignore +++ b/.gitignore @@ -73,7 +73,7 @@ logs/ # for projects that use SCons for building: http://http://www.scons.org/ .sconf_temp -.sconsign.dblite +.sconsign*.dblite *.pyc # https://github.com/github/gitignore/blob/master/VisualStudio.gitignore -- cgit v1.2.3