add ignore file for python agent log in live test
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/67a43925 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/67a43925 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/67a43925 Branch: refs/heads/master Commit: 67a439253fd6487545ab683abf2596bb3318469c Parents: 7f8fb76 Author: Akila Perera <[email protected]> Authored: Wed Aug 5 12:43:14 2015 +0530 Committer: Akila Perera <[email protected]> Committed: Wed Aug 5 12:43:14 2015 +0530 ---------------------------------------------------------------------- components/org.apache.stratos.python.cartridge.agent/.gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/67a43925/components/org.apache.stratos.python.cartridge.agent/.gitignore ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.python.cartridge.agent/.gitignore b/components/org.apache.stratos.python.cartridge.agent/.gitignore new file mode 100644 index 0000000..4d01b31 --- /dev/null +++ b/components/org.apache.stratos.python.cartridge.agent/.gitignore @@ -0,0 +1 @@ +cartridge-agent.log
