# SPDX-FileCopyrightText: 2023-2025 KUNBUS GmbH
#
# SPDX-License-Identifier: GPL-2.0-or-later

# Please keep this file sorted (LC_COLLATE=C.UTF-8),
# grouped into the 3 categories below:
#  - general patterns (match in all directories)
#  - patterns to match files at the toplevel
#  - patterns to match files in subdirs

# general patterns
*.pyc
*.rpm

# toplevel (/...)
/Test*.html
/Test*.json
/Test*.log
/Test*.log.gz
/Test*.png
/*.whl
/bots
/cockpit-*.tar.xz
/cockpit-*.spec
/dist/
/pkg/
/node_modules/
/tmp/
/tools/
/.idea/

# subdirs (/subdir/...)
/packaging/arch/PKGBUILD
/packaging/debian/changelog
/src/**/*.pot
/src/**/LINGUAS
/test/common/
/test/images/
/test/static-code
