Mercurial > games > semicongine
comparison .gitignore @ 15:dde536a70483
add: windows builds
| author | Sam <sam@basx.dev> |
|---|---|
| date | Wed, 28 Dec 2022 20:33:15 +0700 |
| parents | 1612f50b1bf6 |
| children | 8b4bc545958d |
comparison
equal
deleted
inserted
replaced
| 14:1612f50b1bf6 | 15:dde536a70483 |
|---|---|
| 1 # nim directories | |
| 1 nimcache/ | 2 nimcache/ |
| 2 nimblecache/ | 3 nimblecache/ |
| 3 htmldocs/ | 4 htmldocs/ |
| 4 | 5 |
| 6 # custom build and download directories | |
| 5 build/ | 7 build/ |
| 6 thirdparty/ | 8 thirdparty/ |
| 7 | |
| 8 testresults/ | 9 testresults/ |
| 9 testresults.html | 10 testresults.html |
| 11 | |
| 12 # from windows build | |
| 13 *.pdb |
