forked from richardbishop/LoadRunnerSamples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
35 lines (29 loc) · 780 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# .gitignore file originally from:
# http://www.myloadtest.com/loadrunner-gitignore/
# Unnecessary files added as part of the standard VuGen script template
Breakpoints.xml
*.sdf
ReplaySummaryReport.xml
ThumbnailsCache.tmp
UserTasks.xml
# Files created during compilation
combined_*.c
CompilerLogMetadata.xml
*.c.pickle
*.ci
logfile.log
mdrv_cmd.txt
options.txt
pre_cci.c
# Files needed for recording snapshots and script regeneration (optional)
# Note: may have a problem if there are any other version controlled folders
# called "data"
#data/
# Files created during script replay (definitely don't need these)
result[1234567890]*/
mdrv.log
*.bak
*.idx
*.dat
#RB decided to leave this one in, handy to prove script ran successfully before upload / commit
#output.txt