mirror of
https://github.com/KhronosGroup/SPIRV-Cross.git
synced 2024-11-08 13:20:06 +00:00
24 lines
245 B
Plaintext
24 lines
245 B
Plaintext
# Copyright 2016-2021 The Khronos Group Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
*.o
|
|
*.d
|
|
*.txt
|
|
/test
|
|
/spirv-cross
|
|
/obj
|
|
/msvc/x64
|
|
/msvc/Debug
|
|
/msvc/Release
|
|
*.suo
|
|
*.sdf
|
|
*.opensdf
|
|
*.shader
|
|
*.a
|
|
*.bc
|
|
/external
|
|
.vs/
|
|
*.vcxproj.user
|
|
|
|
!CMakeLists.txt
|