From c7ceaa77fba0d3dbe0ca802d0b4c159f38b6cbf9 Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Fri, 11 Aug 2017 12:58:31 -0700 Subject: Initial .gitignore and .gitreview Change-Id: I71280521df7727747daf47b662356292164a076e Signed-off-by: Trevor Bramwell --- .gitignore | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..a7cb9e3f --- /dev/null +++ b/.gitignore @@ -0,0 +1,38 @@ +*,~ +.*.sw? +/docs_build/ +/docs_output/ +/releng/ +.idea +*.py[cod] + +.Python +env/ +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +wheels/ +*.egg-info/ +.installed.cfg +*.egg +.venv/ +venv/ +ENV/ +node_modules/ +.coverage +=1.3.1 +cover/ +coverage.xml +nosetests.xml +testapi_venv/ +.cache +.tox +*.retry +job_output/ -- cgit 1.2.3-korg