SPIRV-Cross/.gitignore

29 lines
297 B
Plaintext
Raw Normal View History

2021-05-08 08:24:34 +00:00
# Copyright 2016-2021 The Khronos Group Inc.
# SPDX-License-Identifier: Apache-2.0
2016-03-02 17:09:16 +00:00
*.o
*.d
*.txt
2023-11-22 12:05:42 +00:00
/build
2016-03-02 17:09:16 +00:00
/test
/spirv-cross
2016-03-02 17:09:16 +00:00
/obj
/msvc/x64
/msvc/Debug
/msvc/Release
*.suo
*.sdf
*.opensdf
2016-05-24 19:38:42 +00:00
*.shader
*.a
*.bc
/external
.vs/
*.vcxproj.user
# Mac OS X Finder
.DS_Store
!CMakeLists.txt
2021-05-08 10:48:03 +00:00
!LICENSES/*.txt