commit | ec53a1be69b00bc5c4ac6f6da1192705d00d9744 | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@opennetworking.org> | Mon Sep 16 15:50:52 2019 -0700 |
committer | Andy Bavier <andy@opennetworking.org> | Tue Sep 24 17:04:11 2019 -0700 |
tree | 51f3271cbf097e0386b1092cb19c18bc198df332 | |
parent | 102912a56ac5fcf25a43ac56f9c09b5b9f621d08 [diff] [blame] |
Build virtualenv using the Makefile Add tidy target (don't use yet as there's a bug) Make lint target cover all the files Start at documentation generation using libdoc/testdoc within robot Change-Id: I8117baf4bd006588ae9383e0731c49e17102348c
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ad8b8eb --- /dev/null +++ b/.gitignore
@@ -0,0 +1,7 @@ +# python virtualenv +vst_venv + +# robot framework output +output.xml +report.xml +log.html