Mercurial > games > semicongine
comparison .gitignore @ 476:6862ca8c1324
add: windows builds
author | Sam <sam@basx.dev> |
---|---|
date | Wed, 28 Dec 2022 20:33:15 +0700 |
parents | dc9c038cb31a |
children | 8b4bc545958d |
comparison
equal
deleted
inserted
replaced
475:dc9c038cb31a | 476:6862ca8c1324 |
---|---|
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 |