-
Notifications
You must be signed in to change notification settings - Fork 44
/
.gitignore
51 lines (41 loc) · 953 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
51
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, build with `go test -c`
*.test
## Test results folders
tests/result-*
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
# vendor/
### VisualStudioCode ###
.vscode
.history
**/__debug*
# a file with custom ENVs, e.g. for passing ENVs into VS code run/debbug runners
test.env
### Goland ###
.idea
## results
reports
output_*.log
report_*.xml
reruns_*.xml
test.log
## Jmeter
tests/apache-jmeter-5.3.tgz
tests/apache-jmeter-5.3
tests/jmeter-report.out
tests/jmeter.log
tests/debug
tests/rrr.yaml
## config files generated by sampleCerts/generate.sh
sampleCerts/httpbin.example.com/client.conf
sampleCerts/httpbin.example.com/server.conf
sampleCerts/httpbin.example.com/crl.conf
sampleCerts/httpbin.example.com/index.txt.attr
sampleCerts/httpbin.example.com/index.txt.old