used a perl script[0] to convert .hgignore to .gitigore
authorheck <heck@pep.foundation>
Thu, 04 Feb 2021 01:41:09 +0100
changeset 71 adb8b1a1d517
parent 70 58043c7bcc51
child 72 e52ee17bca47
used a perl script[0] to convert .hgignore to .gitigore

[0] https://github.com/devzendo/hgignore-to-gitignore
.gitignore
.hgignore
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.gitignore	Thu Feb 04 01:41:09 2021 +0100
@@ -0,0 +1,6 @@
+*.pyc
+*.html
+dist/
+build/
+*.egg-info/
+.git/
--- a/.hgignore	Thu Jan 21 01:46:34 2021 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-syntax: glob
-*.pyc
-*.html
-dist/
-build/
-*.egg-info/
-.git/