Mercurial > games > semicongine
annotate .gitignore @ 33:94c38e4b5782
did: refactoring, move more from make to nimscript
| author | Sam <sam@basx.dev> | 
|---|---|
| date | Sun, 15 Jan 2023 23:23:54 +0700 | 
| parents | 8b4bc545958d | 
| children | ae20734fde0b | 
| rev | line source | 
|---|---|
| 15 | 1 # nim directories | 
| 
6
 
091ed9ba0594
Initial commit
 
Sam <3115209+saemideluxe@users.noreply.github.com> 
parents:  
diff
changeset
 | 
2 nimcache/ | 
| 
 
091ed9ba0594
Initial commit
 
Sam <3115209+saemideluxe@users.noreply.github.com> 
parents:  
diff
changeset
 | 
3 nimblecache/ | 
| 
 
091ed9ba0594
Initial commit
 
Sam <3115209+saemideluxe@users.noreply.github.com> 
parents:  
diff
changeset
 | 
4 htmldocs/ | 
| 8 | 5 | 
| 15 | 6 # custom build and download directories | 
| 8 | 7 build/ | 
| 8 thirdparty/ | |
| 14 | 9 testresults/ | 
| 10 testresults.html | |
| 15 | 11 | 
| 12 # from windows build | |
| 13 *.pdb | |
| 26 | 14 | 
| 15 # for builds in general | |
| 16 examples/glslangValidator | |
| 17 examples/glslangValidator.exe | 
