Kaydet (Commit) 79872b91 authored tarafından Caolán McNamara's avatar Caolán McNamara

exclude callcatcher output dirs from translation tools as well

üst 9e46c8fc
...@@ -342,6 +342,7 @@ bool includeProject(rtl::OUString const & project) { ...@@ -342,6 +342,7 @@ bool includeProject(rtl::OUString const & project) {
bool excludeDirectory(rtl::OUString const & directory) { bool excludeDirectory(rtl::OUString const & directory) {
// Cf. OUTPATH=* in configure.in: // Cf. OUTPATH=* in configure.in:
static AsciiString const excluded[] = { static AsciiString const excluded[] = {
{ RTL_CONSTASCII_STRINGPARAM("callcatcher") },
{ RTL_CONSTASCII_STRINGPARAM("unxaig") }, { RTL_CONSTASCII_STRINGPARAM("unxaig") },
{ RTL_CONSTASCII_STRINGPARAM("unxand") }, { RTL_CONSTASCII_STRINGPARAM("unxand") },
{ RTL_CONSTASCII_STRINGPARAM("unxdfly") }, { RTL_CONSTASCII_STRINGPARAM("unxdfly") },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment