annotate .gitignore @ 307:f471426ef8e2

add: better component API done
author Sam <sam@basx.dev>
date Wed, 28 Jun 2023 00:36:57 +0700
parents 9e7937b7bcc8
children 7cd6db220c82
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
78
f67496a189cb add: vulkan api generator, not finished yet
Sam <sam@basx.dev>
parents: 42
diff changeset
1 # # Ignore all
f67496a189cb add: vulkan api generator, not finished yet
Sam <sam@basx.dev>
parents: 42
diff changeset
2 *
f67496a189cb add: vulkan api generator, not finished yet
Sam <sam@basx.dev>
parents: 42
diff changeset
3 # Unignore all with extensions
f67496a189cb add: vulkan api generator, not finished yet
Sam <sam@basx.dev>
parents: 42
diff changeset
4 !*.*
f67496a189cb add: vulkan api generator, not finished yet
Sam <sam@basx.dev>
parents: 42
diff changeset
5 # Unignore all dirs
f67496a189cb add: vulkan api generator, not finished yet
Sam <sam@basx.dev>
parents: 42
diff changeset
6 !*/
f67496a189cb add: vulkan api generator, not finished yet
Sam <sam@basx.dev>
parents: 42
diff changeset
7
15
dde536a70483 add: windows builds
Sam <sam@basx.dev>
parents: 14
diff changeset
8 # nim directories
6
091ed9ba0594 Initial commit
Sam <3115209+saemideluxe@users.noreply.github.com>
parents:
diff changeset
9 nimcache/
091ed9ba0594 Initial commit
Sam <3115209+saemideluxe@users.noreply.github.com>
parents:
diff changeset
10 nimblecache/
091ed9ba0594 Initial commit
Sam <3115209+saemideluxe@users.noreply.github.com>
parents:
diff changeset
11 htmldocs/
8
1134f41a49e9 add: a few missing changes
Sam <sam@basx.dev>
parents: 6
diff changeset
12
15
dde536a70483 add: windows builds
Sam <sam@basx.dev>
parents: 14
diff changeset
13 # custom build and download directories
8
1134f41a49e9 add: a few missing changes
Sam <sam@basx.dev>
parents: 6
diff changeset
14 build/
1134f41a49e9 add: a few missing changes
Sam <sam@basx.dev>
parents: 6
diff changeset
15 thirdparty/
14
1612f50b1bf6 did: exclude test output
Sam <sam@basx.dev>
parents: 8
diff changeset
16 testresults/
1612f50b1bf6 did: exclude test output
Sam <sam@basx.dev>
parents: 8
diff changeset
17 testresults.html
15
dde536a70483 add: windows builds
Sam <sam@basx.dev>
parents: 14
diff changeset
18
dde536a70483 add: windows builds
Sam <sam@basx.dev>
parents: 14
diff changeset
19 # from windows build
dde536a70483 add: windows builds
Sam <sam@basx.dev>
parents: 14
diff changeset
20 *.pdb
26
8b4bc545958d did: update gitignore
Sam <sam@basx.dev>
parents: 15
diff changeset
21
8b4bc545958d did: update gitignore
Sam <sam@basx.dev>
parents: 15
diff changeset
22 # for builds in general
8b4bc545958d did: update gitignore
Sam <sam@basx.dev>
parents: 15
diff changeset
23 examples/glslangValidator
8b4bc545958d did: update gitignore
Sam <sam@basx.dev>
parents: 15
diff changeset
24 examples/glslangValidator.exe
42
ae20734fde0b no need to upload notes
Sam <sam@basx.dev>
parents: 26
diff changeset
25 notes
78
f67496a189cb add: vulkan api generator, not finished yet
Sam <sam@basx.dev>
parents: 42
diff changeset
26
f67496a189cb add: vulkan api generator, not finished yet
Sam <sam@basx.dev>
parents: 42
diff changeset
27 # from API generator
f67496a189cb add: vulkan api generator, not finished yet
Sam <sam@basx.dev>
parents: 42
diff changeset
28 src/vulkan_api/output/