summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorTrevor Bramwell <tbramwell@linuxfoundation.org>2017-11-10 14:23:19 -0800
committerTrevor Bramwell <tbramwell@linuxfoundation.org>2017-11-13 14:05:44 -0800
commitbb93632d181e3f2803eebe01697084bbeffdc87f (patch)
treee9b40ce2417df852fd217ac7a87eeb8eef8c3efe /.gitignore
parent5dba82b4e8b5560eb726603d290698ca4c22ea11 (diff)
Initial .gitreview and .gitignore
Change-Id: Icacd39c72c8f9b154834e149e30d04cdeab46860 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore27
1 files changed, 27 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..8cf2a3b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,27 @@
+*~
+.*.sw?
+/docs_build/
+/docs_output/
+.idea
+*.py[cod]
+
+.Python
+build/
+develop-eggs/
+dist/
+eggs/
+.eggs/
+*.egg-info/
+*.egg
+.venv/
+venv/
+node_modules/
+.coverage
+=1.3.1
+cover/
+coverage.xml
+nosetests.xml
+.cache
+.tox
+*.retry
+job_output/