forked from magma/magma
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
95 lines (76 loc) · 1.11 KB
/
.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
# Vagrant
.vagrant
*.retry
# Vim
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
*.un~
Session.vim
.netrwhist
*~
# Python: byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
# Python: virtual environments
.env/
.coverage
.python-version
# C extensions
*.so
# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
eggs/
lib/
lib64/
!orc8r/lib/
!feg/radius/lib/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# Ignore test certs
orc8r/cloud/test_certs/*.csr
orc8r/cloud/test_certs/*.crt
orc8r/cloud/test_certs/*.key
orc8r/cloud/test_certs/*.pem
orc8r/cloud/test_certs/*.srl
orc8r/cloud/test_certs/*.pfx
# Ignore generated Swagger files
orc8r/cloud/configs/swagger_specs
# Ignore apt/build cache
.cache/*
# Packer build artifacts
*.box
*.iso
*.vdi
# Terraform
.terraform
*.plan
aws_keys.tfvars
# Helm
orc8r/cloud/helm/**/.secrets/
# Certs for accessing the cloud
.certs
# Clion config
devmand/gateway/.idea/
devmand/gateway/cmake-build-debug/
# Log files
*.log
# Cscope and tags
cscope.*
tags
# CI files
archives/
test_results_magma_converged_mme.html
# IntelliJ
.idea/
# Internal
fb
# MacOS artifacts
.DS_Store