From 8bd5adf0417af746ebcf5c713df5ebde1a6b1027 Mon Sep 17 00:00:00 2001 From: Matt Selsky Date: Sun, 8 Jul 2018 14:58:47 -0400 Subject: [PATCH] Ignore temporary directories created when using Python 3 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6a5db6af..f54a7ef5 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ build demos/*/build* playground/*/build* .waf-* +.waf3-* *.log .DS_Store .AppleDouble