Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Cross.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Hollings <bill.hollings@brenwill.com>2017-10-03 01:13:08 +0300
committerBill Hollings <bill.hollings@brenwill.com>2017-10-03 01:13:08 +0300
commit44347caff169a22468965c8c5e986f4a1332c568 (patch)
tree4735a9ebc8bdee03bf92ea6271bb59f19d7c9640 /.gitignore
parentbd021395f0a274f0671e0cab1a145db98d8bf0d8 (diff)
Add *.bc to .gitignore to ignore Xcode 9 intermediate compiled shader files.
spirv_msl.hpp use numeric_limits instead of UINT32_MAX.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index bdd308ad..206279ae 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,5 +13,6 @@
*.opensdf
*.shader
*.a
+*.bc
!CMakeLists.txt