Mercurial > games > semicongine
annotate .gitignore @ 437:e75c6da1d261
fix: exe-bundling not working correctly
| author | Sam <sam@basx.dev> | 
|---|---|
| date | Sun, 11 Feb 2024 19:26:07 +0700 | 
| parents | 9e7937b7bcc8 | 
| children | 7cd6db220c82 | 
| rev | line source | 
|---|---|
| 
78
 
f67496a189cb
add: vulkan api generator, not finished yet
 
Sam <sam@basx.dev> 
parents: 
42 
diff
changeset
 | 
1 # # Ignore all | 
| 
 
f67496a189cb
add: vulkan api generator, not finished yet
 
Sam <sam@basx.dev> 
parents: 
42 
diff
changeset
 | 
2 * | 
| 
 
f67496a189cb
add: vulkan api generator, not finished yet
 
Sam <sam@basx.dev> 
parents: 
42 
diff
changeset
 | 
3 # Unignore all with extensions | 
| 
 
f67496a189cb
add: vulkan api generator, not finished yet
 
Sam <sam@basx.dev> 
parents: 
42 
diff
changeset
 | 
4 !*.* | 
| 
 
f67496a189cb
add: vulkan api generator, not finished yet
 
Sam <sam@basx.dev> 
parents: 
42 
diff
changeset
 | 
5 # Unignore all dirs | 
| 
 
f67496a189cb
add: vulkan api generator, not finished yet
 
Sam <sam@basx.dev> 
parents: 
42 
diff
changeset
 | 
6 !*/ | 
| 
 
f67496a189cb
add: vulkan api generator, not finished yet
 
Sam <sam@basx.dev> 
parents: 
42 
diff
changeset
 | 
7 | 
| 15 | 8 # nim directories | 
| 
6
 
091ed9ba0594
Initial commit
 
Sam <3115209+saemideluxe@users.noreply.github.com> 
parents:  
diff
changeset
 | 
9 nimcache/ | 
| 
 
091ed9ba0594
Initial commit
 
Sam <3115209+saemideluxe@users.noreply.github.com> 
parents:  
diff
changeset
 | 
10 nimblecache/ | 
| 
 
091ed9ba0594
Initial commit
 
Sam <3115209+saemideluxe@users.noreply.github.com> 
parents:  
diff
changeset
 | 
11 htmldocs/ | 
| 8 | 12 | 
| 15 | 13 # custom build and download directories | 
| 8 | 14 build/ | 
| 15 thirdparty/ | |
| 14 | 16 testresults/ | 
| 17 testresults.html | |
| 15 | 18 | 
| 19 # from windows build | |
| 20 *.pdb | |
| 26 | 21 | 
| 22 # for builds in general | |
| 23 examples/glslangValidator | |
| 24 examples/glslangValidator.exe | |
| 42 | 25 notes | 
| 
78
 
f67496a189cb
add: vulkan api generator, not finished yet
 
Sam <sam@basx.dev> 
parents: 
42 
diff
changeset
 | 
26 | 
| 
 
f67496a189cb
add: vulkan api generator, not finished yet
 
Sam <sam@basx.dev> 
parents: 
42 
diff
changeset
 | 
27 # from API generator | 
| 
 
f67496a189cb
add: vulkan api generator, not finished yet
 
Sam <sam@basx.dev> 
parents: 
42 
diff
changeset
 | 
28 src/vulkan_api/output/ | 
