blob: b80a42b93081d007a9d29ce7ba52ddd9055842bb [file] [log] [blame]
# -*- makefile -*-
# build related
__pycache__/
.venv/
venv_docs
doc_venv
_build
repos
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# subrepos
bbsim
ofagent-go
openolt
pyvoltha
voltha-go
voltha-openolt-adapter
voltha-openonu-adapter
voltha-openonu-adapter-go
voltha-helm-charts
voltha-protos
voltha-system-tests
voltctl
!howto/release/voltctl
cord-tester
device-management-interface
# IDEs
.idea
# OS
.DS_Store
# Logfiles
log
test-errors.*.log
*.log
# [EOF]