From 7ef15ccf6b9e853c32039c421c0d9b189bb8d561 Mon Sep 17 00:00:00 2001 From: alexrp Date: Thu, 21 Jun 2012 17:44:18 +0200 Subject: [PATCH] Revert the build* change to .gitignore since it's likely to have unintended side-effects on Windows. --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 40cd89a9..5f7dc137 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,8 @@ .wafpickle-* demos/out.txt waf -build* +build +demos/*/build* +playground/*/build* .waf-* *.log