view .gitignore @ 60:c57285d292b6

did: deep refactoring of handling vertrex attribute and buffer updates, don't ask ;(
author Sam <sam@basx.dev>
date Sun, 22 Jan 2023 22:46:53 +0700
parents ae20734fde0b
children f67496a189cb
line wrap: on
line source

# nim directories
nimcache/
nimblecache/
htmldocs/

# custom build and download directories
build/
thirdparty/
testresults/
testresults.html

# from windows build
*.pdb

# for builds in general
examples/glslangValidator
examples/glslangValidator.exe
notes