Mercurial > games > semicongine
annotate .gitignore @ 1030:7cd6db220c82
merge
author | sam <sam@basx.dev> |
---|---|
date | Thu, 21 Mar 2024 15:41:30 +0700 |
parents | 8f531865d3c8 9e7937b7bcc8 |
children | 9b5c00ca0e7e |
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/ |
460
8f531865d3c8
did: undo last thing, hg-git can actually use .gitignore
sam <sam@basx.dev>
parents:
diff
changeset
|
4 nimbledeps/ |
8 | 5 |
460
8f531865d3c8
did: undo last thing, hg-git can actually use .gitignore
sam <sam@basx.dev>
parents:
diff
changeset
|
6 # for builds in general |
8 | 7 build/ |
15 | 8 |
9 # from windows build | |
10 *.pdb | |
26 | 11 |
42 | 12 notes |