summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorMike Schuchardt <mikes@lunarg.com>2020-05-07 15:33:52 -0700
committerMike Schuchardt <mikes@lunarg.com>2020-05-07 17:24:56 -0700
commit7bcbfd304f8bf079cdd477208f69da7a7f870344 (patch)
tree9c38768f44963934b539913f2f9da63799a99e9c /.gitattributes
parent8ee48dc62f7c0fc7b4dab7befc2f601b1873d620 (diff)
downloadVulkan-Tools-7bcbfd304f8bf079cdd477208f69da7a7f870344.tar.gz
Vulkan-Tools-7bcbfd304f8bf079cdd477208f69da7a7f870344.tar.bz2
Vulkan-Tools-7bcbfd304f8bf079cdd477208f69da7a7f870344.zip
build: Update known-good files for 1.2.140 header
Changes: - Modify cubepp to use initializer lists for some calls because the compiler could not deduce the correct overload from the int+pointer array specification - Propagate genvk.py changes from VVL - Modify .gitattributes so generated files are checked out with LF line-endings - Updated known-good files - Generated new source files
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index ca85b461..905e0e06 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -14,3 +14,7 @@
# Text files to always have LF (unix) line endings on checkout.
*.sh text eol=lf
+# Generated source files will always have LF (unix) line endings on checkout.
+icd/generated/*.cpp text eol=lf
+icd/generated/*.h text eol=lf
+