You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2016/03/23 07:59:31 UTC

[42/50] [abbrv] kylin git commit: minor, add git ignore for python project

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/00081a9c
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/00081a9c
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/00081a9c

Branch: refs/heads/1.3.x
Commit: 00081a9c0d445c669dc05a752aeea624a0f4bf6c
Parents: 26c6c0a
Author: lidongsjtu <li...@apache.org>
Authored: Tue Mar 22 10:53:54 2016 +0800
Committer: lidongsjtu <li...@apache.org>
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/00081a9c/.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