annotate .gitignore @ 19:b55d6ecde79d

did: introduce scene graph, meshs and generic vertex buffers
author Sam <sam@basx.dev>
date Mon, 09 Jan 2023 11:04:19 +0700
parents dde536a70483
children 8b4bc545958d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
15
dde536a70483 add: windows builds
Sam <sam@basx.dev>
parents: 14
diff changeset
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
1134f41a49e9 add: a few missing changes
Sam <sam@basx.dev>
parents: 6
diff changeset
5
15
dde536a70483 add: windows builds
Sam <sam@basx.dev>
parents: 14
diff changeset
6 # custom build and download directories
8
1134f41a49e9 add: a few missing changes
Sam <sam@basx.dev>
parents: 6
diff changeset
7 build/
1134f41a49e9 add: a few missing changes
Sam <sam@basx.dev>
parents: 6
diff changeset
8 thirdparty/
14
1612f50b1bf6 did: exclude test output
Sam <sam@basx.dev>
parents: 8
diff changeset
9 testresults/
1612f50b1bf6 did: exclude test output
Sam <sam@basx.dev>
parents: 8
diff changeset
10 testresults.html
15
dde536a70483 add: windows builds
Sam <sam@basx.dev>
parents: 14
diff changeset
11
dde536a70483 add: windows builds
Sam <sam@basx.dev>
parents: 14
diff changeset
12 # from windows build
dde536a70483 add: windows builds
Sam <sam@basx.dev>
parents: 14
diff changeset
13 *.pdb