view .gitignore @ 38:c3c963e7c1a6

did: tons of stuff, input, refactoring, fix some errors, some template improvment, sorry for super-commit
author Sam <sam@basx.dev>
date Wed, 18 Jan 2023 09:52:03 +0700
parents 8b4bc545958d
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