Vulkan-Docs/.gitignore
Jon Leech 08310a88df Change log for November 18, 2016 Vulkan 1.0.34 spec update:
* Bump API patch number and header version number to 34 for this update.

Github Issues:

  * Allow vkUpdateDescriptorSets overflow to skip empty bindings. Clarify
    that unused bindings have a descriptorCount of zero. Improve some valid
    usage for vkUpdateDescriptorSets (public issue 256).
  * Require that slink:VkImageSubresourceRange always define a non-empty
    range of the resource (public issue 303).
  * Added valid usage for slink:VkPresentInfoKHR on the layout of presented
    images (public issue 397).

Internal Issues:

  * Add dependency in src/spec/Makefile so specversion.txt is regenerated
    when needed (internal issue 462).
  * Shorten the table of contents in the single-page ref page HTML output.
    Still working on the PDF (internal issue 536).
2016-11-18 02:33:28 -08:00

63 lines
856 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
# 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