Add generated test files to .gitignore
parent
c09d4b1c7a
commit
7345495655
|
@ -39,3 +39,8 @@ debian/
|
||||||
*.swp
|
*.swp
|
||||||
*.swo
|
*.swo
|
||||||
credentials.yml
|
credentials.yml
|
||||||
|
# test output
|
||||||
|
.coverage
|
||||||
|
results.xml
|
||||||
|
coverage.xml
|
||||||
|
/test/units/cover-html
|
||||||
|
|
Loading…
Reference in New Issue