Left: | ||
Right: |
OLD | NEW |
---|---|
1 ^build$ | 1 ^build$ |
2 ^dist$ | 2 ^dist$ |
3 ^.tox$ | 3 ^.tox$ |
4 ^htmlcov$ | 4 ^htmlcov$ |
5 ^.coverage$ | 5 ^.coverage$ |
6 | 6 |
7 syntax: glob | 7 syntax: glob |
8 *.pyc | 8 *.pyc |
9 *.pyo | 9 *.pyo |
10 .cache | 10 .cache |
11 .pytest_cache | |
Sebastian Noack
2018/03/31 22:07:35
If you modify .hgignore, please also add the chang
rosie
2018/04/18 02:35:32
Done.
Sebastian Noack
2018/04/18 05:01:39
Not quite, however, this has been addressed separa
rosie
2018/04/18 20:47:44
Done.
| |
OLD | NEW |