diff options
author | Timo Schwarzer <me@timoschwarzer.com> | 2017-07-08 11:39:07 +0200 |
---|---|---|
committer | Timo Schwarzer <me@timoschwarzer.com> | 2017-07-11 19:46:23 +0200 |
commit | f93bb4f458b84315b68c7c2ce6ddf1e692121ef8 (patch) | |
tree | 31b01bb895aa885360aa11f9e736f592deb2f9dd /.gitignore | |
parent | a5bb77d5232668045fc2fb82637b00b5295b8741 (diff) |
Add options for more human-friendly build output
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7552e8fd17..497d8b50d2 100644 --- a/.gitignore +++ b/.gitignore @@ -284,3 +284,6 @@ platform/windows/godot_res.res # Visual Studio 2017 and Visual Studio Code workspace folder /.vs /.vscode + +# Scons progress indicator +.scons_node_count |