annotate .gitignore @ 529:eb92723db7b2

fix: API changes
author Sam <sam@basx.dev>
date Sun, 05 Feb 2023 00:28:18 +0700
parents 4c723f56f860
children f67496a189cb
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
476
6862ca8c1324 add: windows builds
Sam <sam@basx.dev>
parents: 475
diff changeset
1 # nim directories
467
7b9c0207bc84 Initial commit
Sam <3115209+saemideluxe@users.noreply.github.com>
parents:
diff changeset
2 nimcache/
7b9c0207bc84 Initial commit
Sam <3115209+saemideluxe@users.noreply.github.com>
parents:
diff changeset
3 nimblecache/
7b9c0207bc84 Initial commit
Sam <3115209+saemideluxe@users.noreply.github.com>
parents:
diff changeset
4 htmldocs/
469
ed49f1cdd8b7 add: a few missing changes
Sam <sam@basx.dev>
parents: 467
diff changeset
5
476
6862ca8c1324 add: windows builds
Sam <sam@basx.dev>
parents: 475
diff changeset
6 # custom build and download directories
469
ed49f1cdd8b7 add: a few missing changes
Sam <sam@basx.dev>
parents: 467
diff changeset
7 build/
ed49f1cdd8b7 add: a few missing changes
Sam <sam@basx.dev>
parents: 467
diff changeset
8 thirdparty/
475
dc9c038cb31a did: exclude test output
Sam <sam@basx.dev>
parents: 469
diff changeset
9 testresults/
dc9c038cb31a did: exclude test output
Sam <sam@basx.dev>
parents: 469
diff changeset
10 testresults.html
476
6862ca8c1324 add: windows builds
Sam <sam@basx.dev>
parents: 475
diff changeset
11
6862ca8c1324 add: windows builds
Sam <sam@basx.dev>
parents: 475
diff changeset
12 # from windows build
6862ca8c1324 add: windows builds
Sam <sam@basx.dev>
parents: 475
diff changeset
13 *.pdb
487
c59b730da866 did: update gitignore
Sam <sam@basx.dev>
parents: 476
diff changeset
14
c59b730da866 did: update gitignore
Sam <sam@basx.dev>
parents: 476
diff changeset
15 # for builds in general
c59b730da866 did: update gitignore
Sam <sam@basx.dev>
parents: 476
diff changeset
16 examples/glslangValidator
c59b730da866 did: update gitignore
Sam <sam@basx.dev>
parents: 476
diff changeset
17 examples/glslangValidator.exe
503
4c723f56f860 no need to upload notes
Sam <sam@basx.dev>
parents: 487
diff changeset
18 notes