| Index: .hgignore |
| =================================================================== |
| --- a/.hgignore |
| +++ b/.hgignore |
| @@ -1,7 +1,8 @@ |
| ^build$ |
| ^dist$ |
| ^.tox$ |
| syntax: glob |
| *.pyc |
| *.pyo |
| + |
|
Sebastian Noack
2016/07/01 14:56:23
Did you accidentally added a blank line here?
Jon Sonesen
2016/07/01 15:58:12
yes I will also address this.
|