| Index: .hgignore |
| diff --git a/.hgignore b/.hgignore |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..2de7ac4e47708e695716d5f3e3e5efa948b03bdf |
| --- /dev/null |
| +++ b/.hgignore |
| @@ -0,0 +1,12 @@ |
| +syntax: glo |
|
kzar
2017/11/13 15:20:46
Typo, should be glob.
tlucas
2017/11/20 15:24:42
Done.
|
| + |
| +*.pyc |
| +*.pyo |
| +.coverage |
| +.tox/ |
| +__pycache__/ |
| +tests/__pycache__/ |
| +build/ |
| +dist/ |
| +.eggs/ |
| +depup.egg-info/ |