Mercurial > games > semicongine
annotate .gitignore @ 534:e1b60a09d7dc
did: update readme
| author | Sam <sam@basx.dev> | 
|---|---|
| date | Sun, 05 Feb 2023 21:57:59 +0700 | 
| parents | 4c723f56f860 | 
| children | f67496a189cb | 
| rev | line source | 
|---|---|
| 476 | 1 # nim directories | 
| 467 
7b9c0207bc84
Initial commit
 Sam <3115209+saemideluxe@users.noreply.github.com> parents: diff
changeset | 2 nimcache/ | 
| 
7b9c0207bc84
Initial commit
 Sam <3115209+saemideluxe@users.noreply.github.com> parents: diff
changeset | 3 nimblecache/ | 
| 
7b9c0207bc84
Initial commit
 Sam <3115209+saemideluxe@users.noreply.github.com> parents: diff
changeset | 4 htmldocs/ | 
| 469 | 5 | 
| 476 | 6 # custom build and download directories | 
| 469 | 7 build/ | 
| 8 thirdparty/ | |
| 475 | 9 testresults/ | 
| 10 testresults.html | |
| 476 | 11 | 
| 12 # from windows build | |
| 13 *.pdb | |
| 487 | 14 | 
| 15 # for builds in general | |
| 16 examples/glslangValidator | |
| 17 examples/glslangValidator.exe | |
| 503 | 18 notes | 
