You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by kl...@apache.org on 2017/07/23 23:35:51 UTC

[2/2] mesos git commit: Added extra directives to 'src/python/.gitignore'.

Added extra directives to 'src/python/.gitignore'.

The new ignored files are in support of adding a new 'lib/mesos'
directory that contains shared mesos library code. The '.virtualenv'
folder is the standard python virtual environment we use to build,
run, and test the python code under 'lib/mesos'. The '.tox' and
'.coverage' files are files generated as part of a unit test runner
called 'tox'. The 'build' and 'mesos.egg-info' folders are standard
folders created when running 'python setup.py build' on the new
'lib/mesos' python package.

Review: https://reviews.apache.org/r/60719/


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/2d19111e
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/2d19111e
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/2d19111e

Branch: refs/heads/master
Commit: 2d19111e4852aed25161e4549ff704f9d4c2f37b
Parents: 456a0ac
Author: Kevin Klues <kl...@gmail.com>
Authored: Sun Jul 23 16:27:58 2017 -0700
Committer: Kevin Klues <kl...@gmail.com>
Committed: Sun Jul 23 16:33:07 2017 -0700

----------------------------------------------------------------------
 src/python/.gitignore | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/2d19111e/src/python/.gitignore
----------------------------------------------------------------------
diff --git a/src/python/.gitignore b/src/python/.gitignore
index 0d20b64..fee529d 100644
--- a/src/python/.gitignore
+++ b/src/python/.gitignore
@@ -1 +1,6 @@
 *.pyc
+.virtualenv
+.coverage
+.tox
+build/
+mesos.egg-info