From 7278f8b1207866f3e9f4e9950997755b329cbd64 Mon Sep 17 00:00:00 2001 From: Mark Beierl Date: Mon, 27 Jan 2020 14:08:49 -0500 Subject: Initial Repo Config Adds initial PTL, commiters and approval records. Adds initial git review info, git ignore. Adds initial LICENSE file. Signed-off-by: Mark Beierl Change-Id: I205febf2b5a60d9345a49b69ebb1a840db05fa04 --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..884471c --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +*.pyc +*.log +.project +.pydevproject +nosetests.xml +coverage.xml +.coverage +cover +.settings +docs_output +.tox +docs/_build/* -- cgit