comparison .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
comparison
equal deleted inserted replaced
82:0a4367911035 83:29ffd23028c2
1 syntax: glob 1 syntax: glob
2 2
3 *~
4 *.egg-info/
3 *.orig 5 *.orig
4 *~
5 *.pyc 6 *.pyc
7 *.tar.*
8 build/
9 dist/
6 tests/*.err 10 tests/*.err
7 tests/tmp 11 tests/tmp