view .gitignore @ 447:7ebcf22ec87f

did: always use FIFO swapchain mode, as recommended in a talk on the Vulkan youtube channel (except you know what you are doing, which is cleary not the case here)
author Sam <sam@basx.dev>
date Tue, 05 Mar 2024 14:26:46 +0700
parents 9e7937b7bcc8
children 7cd6db220c82
line wrap: on
line source

# # Ignore all
*
# Unignore all with extensions
!*.*
# Unignore all dirs
!*/

# 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

# from API generator
src/vulkan_api/output/