From 6e823217bdac0b8dd16af8434b95491aeb919e56 Mon Sep 17 00:00:00 2001
From: mattijs <m.janssens@opencfd.co.uk>
Date: Fri, 27 Jun 2008 16:36:29 +0100
Subject: [PATCH] Updated for non-precision C builds (inside wmake/rules)

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

diff --git a/.gitignore b/.gitignore
index ebe5e91530f..b3f3b78a401 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,6 +16,7 @@
 *.la
 *.so
 *.jar
+lex.yy.c
 
 # Corefiles
 core
@@ -27,10 +28,7 @@ core
 lnInclude
 
 # linux build folder(s) - anywhere
-linux*Gcc*[SD]POpt*
-
-# reinstate wmake/rules that look like build folders
-!wmake/rules/linux*
+linux*Gcc*
 
 # doxygen generated documentation
 doc/[Dd]oxygen/html
-- 
GitLab