ovirt-imageio/.gitignore
Albert Esteve 1d6c6ecffb reuse: addheader root folder
Add SPDX header to files in the project
root directory.

Signed-off-by: Albert Esteve <aesteve@redhat.com>
2022-10-18 13:04:20 +02:00

34 lines
356 B
Plaintext

# SPDX-FileCopyrightText: Red Hat, Inc.
# SPDX-License-Identifier: GPL-2.0-or-later
# tox
.tox
# pytest
.cache
# pytest-coverage
.coverage
htmlcov
# Build output
*.pyc
*.pyo
*.so
*.spec
*.egg-info/
*/data/logger.conf
MANIFEST
build
dist
go/ovirt-img/ovirt-img
# PyCharm, IntelliJ IDEA-specific files
*.idea
*.iml
# Editor backups
*.bak
*.*~
.*.*.sw?