forked from opencord/voltha
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
89 lines (70 loc) · 1.06 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
# Gradle
.gradle
buildSrc/build
# Python
*.pyc
# PyCharm
.idea
exportToHTML
# Emacs
*~
.#*
# Vagrant
.vagrant
*.box
# Ansible
ansible/*.retry
# Virtualenv
venv
venv-darwin
venv-linux
# Temp data dir for testing
tmp
# Any vi swap files
*.swp
# Protobuf output files
voltha/**/*.desc
**/*_pb2.py
**/*_pb2_grpc.py
envoy/proto.pb
envoy/go/envoyd/buildreport
envoy/go/envoyd/envoyd
# Editors
*.bak
*.project
*.pydevproject
# Docker
.docker-base-built
# Mac stuff
.DS_Store
**/.DS_Store
# Ignore chameleon subdirectory
chameleon
# Companion git repos used in tests
loxigen
mininet
oftest
olt-oftest
pox
openflow
# Generated docs
**/*.pdf
docs/pon-requirements/*.svg
# Files copied over during make
ofagent/protos/third_party/google
ponsim/protos/third_party/google
netconf/protos/*.proto
netconf/protos/*.desc
netconf/protos/third_party/google
# Voltha CLI history files
.voltha_cli_history
**/.voltha_cli_history
# Vagrant logfile
*.log
# gitbook artifacts
docs/manuals/user/_book
docs/manual/user/*.pdf
docs/manuals/user/node_modules/
.coverage
coverage.xml
nosetests.xml