diff options
author | David Neto <dneto@google.com> | 2016-03-17 16:23:57 -0400 |
---|---|---|
committer | David Neto <dneto@google.com> | 2016-04-14 15:58:05 -0400 |
commit | 2065e59fa566c4596e469e8c4b1d23246b8fb4d1 (patch) | |
tree | 23c07d0932551bc1fd34e740ade3d4b98cf2dd41 /.gitignore | |
download | SPIRV-Headers-2065e59fa566c4596e469e8c4b1d23246b8fb4d1.tar.gz SPIRV-Headers-2065e59fa566c4596e469e8c4b1d23246b8fb4d1.tar.bz2 SPIRV-Headers-2065e59fa566c4596e469e8c4b1d23246b8fb4d1.zip |
Publish SPIR-V Registry files: SPIR-V 1.0 Revision 4
Include all the headers.
Include the XML registry file, spir-v.xml, since it's also machine-readable
and potentially useful to programs.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9bcdd5a --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +build +out |