forked from apache/jmeter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
50 lines (42 loc) · 754 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
46
47
48
49
50
# Directory trees to ignore
/backups/
/build/
/dist/
/docs/
/local/
/printable_docs/
/reports/
/site/
/target/
!/bin/report-template/**/dist
# specific files to ignore
*.log
.ant-targets-build.xml
.checkstyle
.classpath
.externalToolBuilders
.fbwarnings
.fbprefs
.pmd
.project
.settings
/bin/ApacheJMeter.jar
build-local.properties
jmeter-fb.*
# ignore generated keystore and certs
/bin/proxyserver.jks
/bin/ApacheJMeterTemporaryRootCA.crt
/bin/ApacheJMeterTemporaryRootCA.usr
# ignore jar's in lib/
/lib/**/*.jar
# ignore default report output directory
/bin/report-output
/output/
# IDEA
/out/
.idea/
*.iml
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# other jvm related files
.attach_*