commit | 686d3b9ad64e9b4083a3e6cda3a684e78db3a60b | [log] [tgz] |
---|---|---|
author | Joey Armstrong <joey@opennetworking.org> | Fri Sep 15 17:59:59 2023 -0400 |
committer | Joey Armstrong <joey@opennetworking.org> | Fri Sep 15 17:59:59 2023 -0400 |
tree | ec197b05e7b4facf9e7de519b73506af29b02d84 | |
parent | e6a99917b2a41a1ec7600793d21a45272066f563 [diff] [blame] |
Merge in more makefile edits from repo:voltha-docs Change-Id: Iba7f6e565b45c5e888a34bce295d8fada8ab2ce2
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b4cb667 --- /dev/null +++ b/.gitignore
@@ -0,0 +1,12 @@ +# -*- makefile -*- +# ----------------------------------------------------------------------- +# ----------------------------------------------------------------------- + +## Python +.venv/ +__pycache__/ + +## Python patch creation +staging/ + +# [EOF]