EGit integration
EGit is an Eclipse plugin for the Git version control system. You can store your test
assets in the Git repository and use EGit for the daily version control operations.
When you install the product, by default EGit is part of the product. To avoid the clutter, EGit
is a separate Eclipse perspective in the product. For more information about EGit, read its documentation.
In Eclipse perspective, when you initialize a new Git repository for a project, a
.gitignore file is created in the project folder, by default. While committing
the contents of a project to Git, the .gitignore file ignores the report files.
Note: You can also specify additional file types in the .gitignore file so that
these file types are ignored while committing the project contents to Git.