# Copyright 2015-2025 The Khronos Group Inc.
#
# SPDX-License-Identifier: Apache-2.0

# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app

# Vim temp files
*.swp

# patches
*.patch

# archives
*.zip

# Python cache
__pycache__
*.pyc

# Spec build generated, temporary, and output files

# Files generated from vk.xml
/gen/
/gencore/

# Output files and directories
gen/out/**
!out/index.html

# Files generated by the vulkan.h build
xml/diag.txt

# OS X folder attributes
.DS_Store

# check_spec_links (and its tests) output
applyfixes.sh
xml/.cache
/gen/meta

# Visual Studio related metadata folders
.vs
.vscode

# Node.js dependency packages
node_modules

# Build test temp output
/build_tests/gen*


# Added by cargo

/target
