| Index: .hgignore |
| =================================================================== |
| new file mode 100644 |
| --- /dev/null |
| +++ b/.hgignore |
| @@ -0,0 +1,5 @@ |
| +^build$ |
| +^dist$ |
| + |
| +syntax: glob |
| +*.pyc |
|
Sebastian Noack
2015/03/12 09:49:21
Mind .pyo files (created instead when running pyth
Wladimir Palant
2015/03/12 16:22:52
Sure. But I'll leave adding it to the ignore files
Sebastian Noack
2015/03/12 21:00:53
https://hg.adblockplus.org/sitescripts/rev/125215d
Wladimir Palant
2015/03/12 21:08:34
Quite frankly, it is probably enough if we do this
|