SPIRV-Cross/.gitignore
Bill Hollings 44347caff1 Add *.bc to .gitignore to ignore Xcode 9 intermediate compiled shader files.
spirv_msl.hpp use numeric_limits instead of UINT32_MAX.
2017-10-02 18:13:08 -04:00

19 lines
137 B
Plaintext

*.o
*.d
*.txt
/test
/spirv-cross
*.spv
/obj
/msvc/x64
/msvc/Debug
/msvc/Release
*.suo
*.sdf
*.opensdf
*.shader
*.a
*.bc
!CMakeLists.txt