# Copyright 2015-2021 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/

# Files generated by extraction from spec source
man/PFN*.txt
man/A[A-Z][a-z]*.txt
man/[Vv][Kk]*.txt
man/apispec.txt
man/logfile
man/CAMetalLayer.txt
man/WSIheaders.txt
man/provisional-headers.txt

# Files otherwise generated by the Makefile
specversion.txt
vkapi.py

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

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

# OS X folder attributes
.DS_Store

# Auto-generated files
# */timeMarker

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

# Visual Studio related metadata folders
.vs
.vscode

# Node.js dependency packages
node_modules
