Mercurial > games > semicongine
comparison .gitignore @ 78:f67496a189cb
add: vulkan api generator, not finished yet
author | Sam <sam@basx.dev> |
---|---|
date | Mon, 20 Feb 2023 10:33:53 +0700 |
parents | ae20734fde0b |
children | 9e7937b7bcc8 |
comparison
equal
deleted
inserted
replaced
77:4b16d2af316a | 78:f67496a189cb |
---|---|
1 # # Ignore all | |
2 * | |
3 # Unignore all with extensions | |
4 !*.* | |
5 # Unignore all dirs | |
6 !*/ | |
7 | |
1 # nim directories | 8 # nim directories |
2 nimcache/ | 9 nimcache/ |
3 nimblecache/ | 10 nimblecache/ |
4 htmldocs/ | 11 htmldocs/ |
5 | 12 |
14 | 21 |
15 # for builds in general | 22 # for builds in general |
16 examples/glslangValidator | 23 examples/glslangValidator |
17 examples/glslangValidator.exe | 24 examples/glslangValidator.exe |
18 notes | 25 notes |
26 | |
27 # from API generator | |
28 src/vulkan_api/output/ | |
29 vk.xml |