We have a test team using Hp Unified Functional Testing. The test and development teams all share the same Git repository. No one in the test team uses the Git capabilities in HP-UFT, files are commited and pushed outside the tool.
Despite this, HP-UFT (automatically) creates and performs commits of .gitignore files, looking like below. The commits seems to be on a per-project basis, and are cluttering the git log.
#UFT ignore section
*.lck
/Res*
#end UFT ignore section
The commits are not automatically pushed.
The commit message is the same for all commits (and is not very informative):
UFT Commit
How can this wierd behaviour be disabled in Hp Unified Functional Testing (version 12.51)? To be extra clear, what I am looking for is a way to make the tool not perform these commits. I know these files and folders should be ignored, but I would rather manage one single .gitignore file further up in the folder hierarchy.
Googling or reading the User Guide has not been to any help.
I put a bounty on this question, specifying that I would like an answer containing either:
- A way to disable these commits from the tool itself. I know I can do workarounds with git hooks, and other solutions.
- A link to a trustworthy source specifying that it is not possible to disable this behaviour from the tool.
After the bounty expired, no answer fulfills these conditions, therefore I am trying to clarify what kind of answers I want.