-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.gitignore
More file actions
74 lines (57 loc) · 1.17 KB
/
.gitignore
File metadata and controls
74 lines (57 loc) · 1.17 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# VIM temporary files.
*.swp
# Ignore dfaasagent binary.
dfaasagent/dfaasagent
# Ignore key files.
*.pem
# Ignore custom Ansible inventory files.
**/inventory.yaml
# Custom ignores
__pycache__
venv
.idea
.DS_Store
vegeta-results
emulator/containernet
emulator/openflow
framework/outputs/**
!framework/outputs/**/.gitkeep
simulation/outputs/**
!simulation/outputs/**/.gitkeep
# Container images.
*.tar
# JSON or YAML not directly included.
*.json
*.yaml
*.json.gz
# Ignore Python venv.
*.env
# Ignore generated or downloaded data for k6 runs.
k6/plots
k6/data
# Ignore generated files by
# metrics_predictions/samples_generator/samples-generator.py and
# samples-generator-profiler.py Python scripts.
metrics_predictions/output*/**
# This is a binary.
k8s/scripts/libp2p-peer-id/libp2p-peer-id
# Ignore data.
*.csv
*.gz
# Ignore generated output.
*.html
*.pdf
# Ignore HAProxy configs in the root directory.
/*.cfg
# Ignore generated binary.
/k8s/scripts/stick-table-exporter/stick-table-exporter