minor, add git ignore for python project
Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/278d2ca3 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/278d2ca3 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/278d2ca3 Branch: refs/heads/1.3.x Commit: 278d2ca300967bfe272decf666ecef34c55ca297 Parents: 63392d0 Author: lidongsjtu <[email protected]> Authored: Tue Mar 22 10:53:54 2016 +0800 Committer: lidongsjtu <[email protected]> Committed: Tue Mar 22 10:53:54 2016 +0800 ---------------------------------------------------------------------- .gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/278d2ca3/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 147728d..f1dff94 100644 --- a/.gitignore +++ b/.gitignore @@ -101,5 +101,7 @@ commit.sha1 website/_site website/.sass-cache - - +# python +*.pyc +tools/kylin_client_tool/APScheduler-3.0.5 +tools/kylin_client_tool/requests-2.9.1
