YETUS-434 Add .pyc files to .gitignore Signed-off-by: Allen Wittenauer <[email protected]>
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 <[email protected]> Authored: Sun Jul 24 22:06:26 2016 +0530 Committer: Allen Wittenauer <[email protected]> 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
