Files
pilotclient/mkspecs/features/templight_blacklist
Lars Toenning bcc4bdd31e Add SPDX identifiers for REUSE compliance
Co-authored-by: Mat Sutcliffe <oktal3700@gmail.com>
2023-10-03 09:29:49 +02:00

18 lines
415 B
Plaintext

# SPDX-FileCopyrightText: Copyright (C) swift Project Community / Contributors
# SPDX-License-Identifier: CC0-1.0
#
# Identifiers matching the regular expressions below
# will be omitted from templight traces.
#
# standard library templates
identifier ^std(::|$)
# standard library implementation templates
identifier __
identifier ^_[A-Z]
# assume templates starting with 'Q' are Qt templates
identifier ^[qQ]