# HG changeset patch # User sam # Date 1711007192 -25200 # Node ID dd4b3a38bcb0dc27aa2f14ac23c2369b00d1fc9a # Parent 1e21931cba7a959c3b441fc8bcb1aab4b82821d7 did: cleanup and migrate gitignore to hgignore diff -r 1e21931cba7a -r dd4b3a38bcb0 .gitignore --- a/.gitignore Wed Mar 20 19:56:11 2024 +0700 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,28 +0,0 @@ -# # 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/ diff -r 1e21931cba7a -r dd4b3a38bcb0 .hgignore --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.hgignore Thu Mar 21 14:46:32 2024 +0700 @@ -0,0 +1,7 @@ +# nim directories +nimcache/ +nimblecache/ +nimbledeps/ + +# custom build and download directories +build/