On 2016/03/16 00:18:41, Sebastian Noack wrote:
> To be 100% consistent with the .gitignore you'd have to add the trailing
> slashes.
Actually .coverage is a file, not a directory, so it should not have a slash in
.gitignore. Will correct it there. For the others -- will replace trailing $
with a slash.
2 ^.coverage$
1 ^.coverage$
3^.tox$
2^.cache/
4^dist$
3^.tox/
5^devenv$
4^dist/
5^devenv/
6
6
7 syntax: glob
7 syntax: glob
8**/*.pyc
8*.pyc
Sebastian Noack
2016/03/16 00:18:41
Also for consistency with the .gitignore please re
Also for consistency with the .gitignore please remove **/.
Issue 29338156: Issue 3754 - Initial setup of the python-abp repo.
(Closed)
Created March 11, 2016, 5:13 p.m. by Vasily Kuznetsov
Modified March 17, 2016, 3:50 p.m.
Reviewers: Sebastian Noack
Base URL:
Comments: 52