diff .gitignore @ 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
children ff03892235d0 7cd6db220c82
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