#!/bin/bash

# Copyright (c) 2008-2025 by Gilles Caulier, <caulier dot gilles at gmail dot com>
#
# Redistribution and use is allowed according to the terms of the GPL3 license.
# For details see the accompanying COPYING file.
#
# Clang-scan static analyzer configuration used by reports/clangscan.sh

# Directories to exclude from Clang scan-build static analysis.
IGNORE_DIRS="--exclude /opt/qt6/include/ "
IGNORE_DIRS+="--exclude /usr/include/ "
IGNORE_DIRS+="--exclude gmicqt/src/ "
IGNORE_DIRS+="--exclude gmicqt/gmic/src "
