Ignored .tox dir Signed-off-by: Imesh Gunaratne <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/73f4003e Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/73f4003e Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/73f4003e Branch: refs/heads/stratos-4.1.x Commit: 73f4003ef2f9674c994987cd1224abec15afb03a Parents: e914a4c Author: Milindu Sanoj Kumarage <[email protected]> Authored: Sat Jul 25 12:34:40 2015 +0530 Committer: Imesh Gunaratne <[email protected]> Committed: Tue Oct 13 16:32:45 2015 +0530 ---------------------------------------------------------------------- components/org.apache.stratos.python.cli/src/main/python/.gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/73f4003e/components/org.apache.stratos.python.cli/src/main/python/.gitignore ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.python.cli/src/main/python/.gitignore b/components/org.apache.stratos.python.cli/src/main/python/.gitignore index 989ef90..3d24c23 100644 --- a/components/org.apache.stratos.python.cli/src/main/python/.gitignore +++ b/components/org.apache.stratos.python.cli/src/main/python/.gitignore @@ -18,3 +18,4 @@ build/ dist/ stratos.egg-info/ +.tox/
