You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by ab...@apache.org on 2022/04/14 09:36:33 UTC

[tez] branch branch-0.9 updated: TEZ-4398: Gitignore pyc files (#199) (Csaba Juhasz reviewed by Laszlo Bodor)

This is an automated email from the ASF dual-hosted git repository.

abstractdog pushed a commit to branch branch-0.9
in repository https://gitbox.apache.org/repos/asf/tez.git


The following commit(s) were added to refs/heads/branch-0.9 by this push:
     new df7cdd7bb TEZ-4398: Gitignore pyc files (#199) (Csaba Juhasz reviewed by Laszlo Bodor)
df7cdd7bb is described below

commit df7cdd7bb669647153432758b664b92bfd1a728d
Author: csjuhasz-c <cs...@cloudera.com>
AuthorDate: Thu Apr 14 11:33:56 2022 +0200

    TEZ-4398: Gitignore pyc files (#199) (Csaba Juhasz reviewed by Laszlo Bodor)
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 01c99576d..85d660672 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,7 @@
 *.ipr
 *.iws
 *.DS_Store
+*.pyc
 .idea
 .svn
 .classpath