mirror of
https://github.com/team-charls/charls
synced 2025-03-28 21:03:13 +00:00
25 lines
294 B
Plaintext
25 lines
294 B
Plaintext
# Copyright (c) Team CharLS.
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
.vscode/
|
|
.vs/
|
|
.idea
|
|
build*/
|
|
cmake-build-debug/
|
|
TestResults/
|
|
vcpkg_installed/
|
|
*.opensdf
|
|
*.sdf
|
|
|
|
# Ignore files created by Visual Studio
|
|
*.suo
|
|
*.user
|
|
*.ipch
|
|
*.opendb
|
|
*.db
|
|
*.aps
|
|
*.sqlite
|
|
|
|
# Ignore Coverity build folder
|
|
cov-int/
|