diff options
author | Daniel Johnson <wirecat@github.com> | 2025-04-11 12:53:38 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-11 12:53:38 -0700 |
commit | 010b77ba772d5e99185701aba47d0de681a87e1c (patch) | |
tree | a6bf221e86e0c868e334613ce37511e8d8fc4ab1 | |
parent | a40111717d8f2cd5ed7cf785f019896a7ba1e667 (diff) | |
parent | 73b42b65f7abc1e6736d6dab3715cd64d48517aa (diff) | |
download | gitignore-main.tar.gz gitignore-main.zip |
Add .gitignore for TestComplete
-rw-r--r-- | TestComplete.gitignore | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/TestComplete.gitignore b/TestComplete.gitignore new file mode 100644 index 00000000..8378b9ee --- /dev/null +++ b/TestComplete.gitignore @@ -0,0 +1,14 @@ +# Test Complete ignore files: https://support.smartbear.com/viewarticle/68002/ + +# Tester-specific Settings +*.tcCFGExtender +*.tcLS + +# Type library declarations +*.tlb + +# Log files +*.tcLogs + +# Backup files +*.bak |