summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2017-05-03 14:49:44 -0400
committerAndrew Grimberg <agrimberg@linuxfoundation.org>2017-05-03 15:58:48 -0400
commitb2f7abc5e5a00db1658dd04d8ed96059dff70eb0 (patch)
treebdc8e15409c45b1b705eba47f88a7afd7a089c05 /.gitignore
parentffab4f773e77204e96cd6c37cbeb1979ad41e302 (diff)
Add configuration in prep to enable coala and tox
* Configure the .gitignore in prepration for coala lint checking and tox driven tests * Add needed configuration files for driving tox based tests including coala lint validation checks Issue: CIMAN-2 Change-Id: I41746a251ca0ca95c681426a2f5cd3474de425e6 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index f4cd20b9b..e824ce3fc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,3 +23,8 @@ target/
# Eclipse
.project
/.pydevproject
+
+# Python
+.tox/
+__pycache__/
+*.pyc