Skip to content

Commit 010b77b

Browse files
authored
Merge pull request #1933 from ajalexander/test-complete
Add .gitignore for TestComplete
2 parents a401117 + 73b42b6 commit 010b77b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

TestComplete.gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Test Complete ignore files: https://support.smartbear.com/viewarticle/68002/
2+
3+
# Tester-specific Settings
4+
*.tcCFGExtender
5+
*.tcLS
6+
7+
# Type library declarations
8+
*.tlb
9+
10+
# Log files
11+
*.tcLogs
12+
13+
# Backup files
14+
*.bak

0 commit comments

Comments
 (0)