You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@yetus.apache.org by aw...@apache.org on 2016/07/29 15:20:24 UTC

[2/2] yetus git commit: YETUS-434 Add .pyc files to .gitignore

YETUS-434 Add .pyc files to .gitignore

Signed-off-by: Allen Wittenauer <aw...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/yetus/repo
Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/38a6b2f8
Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/38a6b2f8
Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/38a6b2f8

Branch: refs/heads/master
Commit: 38a6b2f8a48777e8d2e606fa9b0264cdb48e5f70
Parents: 9d12713
Author: Ajay Yadava <aj...@apache.org>
Authored: Sun Jul 24 22:06:26 2016 +0530
Committer: Allen Wittenauer <aw...@apache.org>
Committed: Fri Jul 29 08:20:12 2016 -0700

----------------------------------------------------------------------
 .gitignore | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/yetus/blob/38a6b2f8/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 0c7b066..7383e69 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@ target
 build
 publish
 *.swp
+*.pyc