Mercurial > games > semicongine
annotate .gitignore @ 712:7a7fb1a42811
fix: add descriptor pool per scene, use zippy instead of zip
author | sam <sam@basx.dev> |
---|---|
date | Wed, 24 May 2023 01:30:36 +0700 |
parents | 1822bea7de34 |
children | 7cd6db220c82 |
rev | line source |
---|---|
539
9400c1cf26a5
add: vulkan api generator, not finished yet
Sam <sam@basx.dev>
parents:
503
diff
changeset
|
1 # # Ignore all |
9400c1cf26a5
add: vulkan api generator, not finished yet
Sam <sam@basx.dev>
parents:
503
diff
changeset
|
2 * |
9400c1cf26a5
add: vulkan api generator, not finished yet
Sam <sam@basx.dev>
parents:
503
diff
changeset
|
3 # Unignore all with extensions |
9400c1cf26a5
add: vulkan api generator, not finished yet
Sam <sam@basx.dev>
parents:
503
diff
changeset
|
4 !*.* |
9400c1cf26a5
add: vulkan api generator, not finished yet
Sam <sam@basx.dev>
parents:
503
diff
changeset
|
5 # Unignore all dirs |
9400c1cf26a5
add: vulkan api generator, not finished yet
Sam <sam@basx.dev>
parents:
503
diff
changeset
|
6 !*/ |
9400c1cf26a5
add: vulkan api generator, not finished yet
Sam <sam@basx.dev>
parents:
503
diff
changeset
|
7 |
476 | 8 # nim directories |
467
7b9c0207bc84
Initial commit
Sam <3115209+saemideluxe@users.noreply.github.com>
parents:
diff
changeset
|
9 nimcache/ |
7b9c0207bc84
Initial commit
Sam <3115209+saemideluxe@users.noreply.github.com>
parents:
diff
changeset
|
10 nimblecache/ |
7b9c0207bc84
Initial commit
Sam <3115209+saemideluxe@users.noreply.github.com>
parents:
diff
changeset
|
11 htmldocs/ |
469 | 12 |
476 | 13 # custom build and download directories |
469 | 14 build/ |
15 thirdparty/ | |
475 | 16 testresults/ |
17 testresults.html | |
476 | 18 |
19 # from windows build | |
20 *.pdb | |
487 | 21 |
22 # for builds in general | |
23 examples/glslangValidator | |
24 examples/glslangValidator.exe | |
503 | 25 notes |
539
9400c1cf26a5
add: vulkan api generator, not finished yet
Sam <sam@basx.dev>
parents:
503
diff
changeset
|
26 |
9400c1cf26a5
add: vulkan api generator, not finished yet
Sam <sam@basx.dev>
parents:
503
diff
changeset
|
27 # from API generator |
9400c1cf26a5
add: vulkan api generator, not finished yet
Sam <sam@basx.dev>
parents:
503
diff
changeset
|
28 src/vulkan_api/output/ |