From 9557f2cb6e958eea7fdf99d7e9517bd1be7a45a9 Mon Sep 17 00:00:00 2001
From: henry <Henry Weller h.weller@opencfd.co.uk>
Date: Fri, 17 Jul 2009 16:01:22 +0100
Subject: [PATCH] Ignore wmake/bin.

---
 .gitignore | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/.gitignore b/.gitignore
index a95cd603baf..032fac43eb0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -38,12 +38,8 @@ SiCortex*Gcc*/
 solaris*Gcc*/
 SunOS*Gcc*/
 
-# reinstate wmake/rules that might look like build folders
-!wmake/rules/*/
-
-# but do continue to ignore the derived wmake files
-wmake/rules/*/dirToString
-wmake/rules/*/wmkdep
+# all of the wmake wmkdep and dirToString binaries
+wmake/bin
 
 # doxygen generated documentation
 doc/[Dd]oxygen/html
-- 
GitLab