# Copyright (c) 2017-2021, The Khronos Group Inc.
#
# SPDX-License-Identifier: Apache-2.0

/build/
build*/
CMakeLists.txt.user
*.orig
.*
*~
*.tar
*.tar.gz
*.log
pregen/

# Cached python scripts in bytecode form
*.pyc
applyfixes.sh

# Files related to building examples
specification/**/*.c
specification/**/*.cpp
specification/**/*.o
specification/examples.mk

# Files related to pytest
specification/scripts/.cache

# VS 2019 CMake artifacts
out/build/

# VS misc
*.sln
*.pyproj
CMakeSettings.json
CppProperties.json

# Gradle
.cxx/
.gradle/
local.properties

# Don't ignore these things
!.azure-pipelines/
!.clang-format
!.gitattributes
!.gitignore
!.proclamation.json
!.clang-tidy
!.editorconfig
!.cmake-format.json
!.gitlab-ci.yml
!.reuse
!.*.license
!.azure-pipelines/nuget/NugetTemplate/build
