From 02ff2c738543ee888beb18919b62335b1bb5c441 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Mon, 19 May 2003 12:39:06 +0000 Subject: [PATCH] Ignore borland debug symbols. [SVN r18448] --- test/BoostBuild.py | 1 + v2/test/BoostBuild.py | 1 + 2 files changed, 2 insertions(+) diff --git a/test/BoostBuild.py b/test/BoostBuild.py index 067b22472..4c5ab592e 100644 --- a/test/BoostBuild.py +++ b/test/BoostBuild.py @@ -413,6 +413,7 @@ class Tester(TestCmd.TestCmd): self.ignore('*.ilk') # msvc incremental linking files self.ignore('*.pdb') # msvc program database files self.ignore('*.rsp') # response files + self.ignore('*.tds') # borland debug symbols # debug builds of bjam built with gcc produce this profiling data self.ignore('gmon.out') diff --git a/v2/test/BoostBuild.py b/v2/test/BoostBuild.py index 067b22472..4c5ab592e 100644 --- a/v2/test/BoostBuild.py +++ b/v2/test/BoostBuild.py @@ -413,6 +413,7 @@ class Tester(TestCmd.TestCmd): self.ignore('*.ilk') # msvc incremental linking files self.ignore('*.pdb') # msvc program database files self.ignore('*.rsp') # response files + self.ignore('*.tds') # borland debug symbols # debug builds of bjam built with gcc produce this profiling data self.ignore('gmon.out')