mirror of https://github.com/kivy/kivy.git
.gitignore should ignore htmlcov directory
The ./htmlcov directory is generated by 'make cover' and holds coverage statistics.
This commit is contained in:
parent
588d15e626
commit
00053f35e5
|
@ -37,6 +37,7 @@ python
|
|||
python.exe
|
||||
.idea
|
||||
dist
|
||||
htmlcov
|
||||
|
||||
MANIFEST
|
||||
|
||||
|
|
Loading…
Reference in New Issue