# HG changeset patch # User sam # Date 1711010490 -25200 # Node ID 7cd6db220c82769007dbf40528ace261e7196742 # Parent 8f531865d3c8356ea78feeed195824bf59e9bcff# Parent c66503386e8b5de2b1fa88b3d6fa9ec45e75124f merge diff -r c66503386e8b -r 7cd6db220c82 .gitignore --- a/.gitignore Thu Mar 21 15:39:42 2024 +0700 +++ b/.gitignore Thu Mar 21 15:41:30 2024 +0700 @@ -1,28 +1,12 @@ -# # Ignore all -* -# Unignore all with extensions -!*.* -# Unignore all dirs -!*/ - # nim directories nimcache/ nimblecache/ -htmldocs/ +nimbledeps/ -# custom build and download directories +# for builds in general 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/