2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00

Ignore borland debug symbols.

[SVN r18448]
This commit is contained in:
Vladimir Prus
2003-05-19 12:39:06 +00:00
parent 7d08a71fa8
commit 02ff2c7385
2 changed files with 2 additions and 0 deletions

View File

@@ -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')

View File

@@ -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')