changeset 460:8f531865d3c8

did: undo last thing, hg-git can actually use .gitignore
author sam <sam@basx.dev>
date Thu, 21 Mar 2024 14:58:06 +0700
parents dd4b3a38bcb0
children c3b54db484fb 7cd6db220c82
files .gitignore .hgignore
diffstat 2 files changed, 12 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.gitignore	Thu Mar 21 14:58:06 2024 +0700
@@ -0,0 +1,12 @@
+# nim directories
+nimcache/
+nimblecache/
+nimbledeps/
+
+# for builds in general
+build/
+
+# from windows build
+*.pdb
+
+notes
--- a/.hgignore	Thu Mar 21 14:46:32 2024 +0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-# nim directories
-nimcache/
-nimblecache/
-nimbledeps/
-
-# custom build and download directories
-build/