Add generated test files to .gitignore
This commit is contained in:
parent
c09d4b1c7a
commit
7345495655
1 changed files with 5 additions and 0 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -39,3 +39,8 @@ debian/
|
|||
*.swp
|
||||
*.swo
|
||||
credentials.yml
|
||||
# test output
|
||||
.coverage
|
||||
results.xml
|
||||
coverage.xml
|
||||
/test/units/cover-html
|
||||
|
|
Loading…
Reference in a new issue