| Index: .hgignore |
| =================================================================== |
| --- a/.hgignore |
| +++ b/.hgignore |
| @@ -1,6 +1,7 @@ |
| ^devenv$ |
|
kzar
2015/01/22 11:13:01
Why not do this rule using glob syntax too to make
Wladimir Palant
2015/01/22 11:39:42
For the same reason: glob rules in .hgignore don't
|
| -\.zip$ |
| -\.crx$ |
| -\.pyc$ |
| -\.sh$ |
| -\.safariextension$ |
|
Wladimir Palant
2015/01/22 11:08:36
Note that I intentionally removed this one - it's
Sebastian Noack
2015/01/22 11:53:11
With the latest changes it will still be in the de
Wladimir Palant
2015/01/22 12:30:09
Done.
|
| + |
| +syntax:glob |
| +*.zip |
| +*.crx |
| +*.pyc |
| +*.sh |