-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
46 lines (34 loc) · 874 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
36
37
38
39
40
41
42
43
44
45
# .gitignore standard file for LoadRunner scripts ignores:
# Unnecessary files added as a standard VuGen script template:
*.sdf
ReplaySummaryReport.xml
ScriptUploadMetadata.xml
ThumbnailsCache.tmp
UserTasks.xml
# Files created during recording:
# Data folder contains recording snapshots and script regeneration (optional)
# Note: may have a problem if there are any other version controlled folders
# called "data"
# data/
# lrw_custom_body.h
# Files created during compilation:
combined_*.c
CompilerLogMetadata.xml
*.c.pickle
*.ci
logfile.log
mdrv_cmd.txt
options.txt
pre_cci.c
# Files created during editing in VuGen:
Breakpoints.xml
Bookmarks.xml
*.bak
# Files created during script replay (definitely don't need these)
*.idx
result[1234567890]*/
mdrv.log
TransactionsData.db
# output.txt - keep to show it working on local VuGen.
# On macs only:
.DS_Store