Mercurial > games > semicongine
annotate .gitignore @ 1056:0c0be07b97cc
fix: error, and shorten some code
author | sam <sam@basx.dev> |
---|---|
date | Sat, 30 Mar 2024 22:21:47 +0700 |
parents | 459fe2761311 |
children | de1c60dbfe6e |
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 |
1036
9b5c00ca0e7e
add mercurial hook that does not need to into VCS
sam <sam@basx.dev>
parents:
1030
diff
changeset
|
12 # other |
42 | 13 notes |