summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorTrevor Bramwell <tbramwell@linuxfoundation.org>2017-08-11 12:58:31 -0700
committerTrevor Bramwell <tbramwell@linuxfoundation.org>2017-08-11 13:00:28 -0700
commitc7ceaa77fba0d3dbe0ca802d0b4c159f38b6cbf9 (patch)
treedf0f39e78ca971a7f82e3c60b72e3c166b6564e1 /.gitignore
parent27fa1735f62c19c59bdf2e0af5c09991f5605240 (diff)
Initial .gitignore and .gitreview
Change-Id: I71280521df7727747daf47b662356292164a076e Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore38
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/