view .gitignore @ 513:5c8ce3d5a519

fix: wrong number of swapchain images
author Sam <sam@basx.dev>
date Thu, 19 Jan 2023 17:39:32 +0700
parents 4c723f56f860
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