view .gitignore @ 531:140222601389

did: update readme (this single X was a ton of work)
author Sam <sam@basx.dev>
date Sun, 05 Feb 2023 00:48:03 +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