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:
@@ -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')
|
||||
|
||||
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user