Skip to content

Commit e064fd5

Browse files
committed
Archor a few paths to the root of the source tree. Minor re-ordering.
1 parent 900c9de commit e064fd5

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

.gitignore

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
docs/_build
1+
/docs/_build
22
tmp.py
3-
htmlcov/
4-
.coverage.*
53
*.py[cod]
6-
.mypy_cache
74

85
# emacs
96
*~
@@ -32,11 +29,16 @@ lib64
3229
# Installer logs
3330
pip-log.txt
3431

35-
# Unit test / coverage reports
36-
.coverage
37-
.tox/
32+
# Testing
33+
/.tox/
3834
nosetests.xml
3935

36+
# Coverage
37+
/.coverage
38+
/.coverage.*
39+
/htmlcov/
40+
/.mypy_cache
41+
4042
# Translations
4143
*.mo
4244

0 commit comments

Comments
 (0)