changeset 459:dd4b3a38bcb0

did: cleanup and migrate gitignore to hgignore
author sam <sam@basx.dev>
date Thu, 21 Mar 2024 14:46:32 +0700
parents 1e21931cba7a
children 8f531865d3c8
files .gitignore .hgignore
diffstat 2 files changed, 7 insertions(+), 28 deletions(-) [+]
line wrap: on
line diff
--- 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/
--- /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/