64 lines
889 B
Plaintext
64 lines
889 B
Plaintext
# 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
|
|
|
|
# Python cache
|
|
__pycache__
|
|
*.pyc
|
|
|
|
# Spec build generated, temporary, and output files
|
|
|
|
# Files generated from vk.xml
|
|
doc/specs/vulkan/api
|
|
doc/specs/vulkan/hostsynctable
|
|
doc/specs/vulkan/validity
|
|
doc/specs/vulkan/appendices/meta
|
|
|
|
# Files generated by extraction from spec source
|
|
doc/specs/vulkan/man/PFN*.txt
|
|
doc/specs/vulkan/man/[Vv][Kk]*.txt
|
|
|
|
# Files otherwise generated by the Makefile
|
|
doc/specs/vulkan/specversion.txt
|
|
|
|
# Output files and directories
|
|
out/1.0*
|
|
out/misc
|
|
|
|
# Files generated by the vulkan.h build
|
|
src/spec/diag.txt
|
|
|
|
# OS X folder attributes
|
|
.DS_Store
|
|
|
|
# Auto-generated files
|
|
# doc/specs/vulkan/*/timeMarker
|