commit | a54f2ac5df7889261d5b27373e0d3ac5f4f21d50 | [log] [tgz] |
---|---|---|
author | Zsolt Haraszti <zharaszt@ciena.com> | Wed Sep 21 15:54:15 2016 -0700 |
committer | Zsolt Haraszti <zharaszt@ciena.com> | Wed Sep 21 15:54:15 2016 -0700 |
tree | 4b5a89321f8eb34c26d0cef069ad02eca01d6460 | |
parent | 4161248cf648f9a326b4a4264210d2ecaaa5e391 [diff] [blame] |
Add support for protobuf API definitions
diff --git a/.gitignore b/.gitignore index 0abf43a..f49da55 100644 --- a/.gitignore +++ b/.gitignore
@@ -16,6 +16,15 @@ # Virtualenv venv +venv-darwin +venv-linux # Temp data dir for testing tmp + +# Any vi swap files +*.swp + +# Protobuf output files +voltha/core/protos/*.desc +voltha/core/protos/*_pb2.py