diff .hgignore @ 83:29ffd23028c2

Ignore everything we build thus far
author Roy Marples <roy@marples.name>
date Mon, 18 Jan 2021 23:42:22 +0000
parents 68bfc64028db
children
line wrap: on
line diff
--- a/.hgignore	Mon Jan 18 23:37:52 2021 +0000
+++ b/.hgignore	Mon Jan 18 23:42:22 2021 +0000
@@ -1,7 +1,11 @@
 syntax: glob
 
+*~
+*.egg-info/
 *.orig
-*~
 *.pyc
+*.tar.*
+build/
+dist/
 tests/*.err
 tests/tmp