From a67cfa01a45283581558617f7dc48a623dc902cc Mon Sep 17 00:00:00 2001
From: mattijs <m.janssens@opencfd.co.uk>
Date: Fri, 27 Jun 2008 16:47:51 +0100
Subject: [PATCH] explicitly ignore executables in rules

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

diff --git a/.gitignore b/.gitignore
index b3f3b78a401..f32722697ba 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,6 +30,12 @@ lnInclude
 # linux build folder(s) - anywhere
 linux*Gcc*
 
+# reinstate wmake/rules that look like build folders
+!wmake/rules/linux*
+# but do ignore the derived files in there
+wmake/rules/linux*/dirToString
+wmake/rules/linux*/wmkdep
+
 # doxygen generated documentation
 doc/[Dd]oxygen/html
 doc/[Dd]oxygen/latex
-- 
GitLab