diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2017-08-11 12:58:31 -0700 |
---|---|---|
committer | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2017-08-11 13:00:28 -0700 |
commit | c7ceaa77fba0d3dbe0ca802d0b4c159f38b6cbf9 (patch) | |
tree | df0f39e78ca971a7f82e3c60b72e3c166b6564e1 /.gitignore | |
parent | 27fa1735f62c19c59bdf2e0af5c09991f5605240 (diff) |
Initial .gitignore and .gitreview
Change-Id: I71280521df7727747daf47b662356292164a076e
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 38 |
1 files changed, 38 insertions, 0 deletions
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/ |