view .gitignore @ 26:8b4bc545958d

did: update gitignore
author Sam <sam@basx.dev>
date Wed, 11 Jan 2023 11:43:59 +0700
parents dde536a70483
children ae20734fde0b
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