You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by jo...@apache.org on 2022/05/23 22:43:18 UTC

[impala] 01/05: [tools] Add Kerberos gen files to shell/.gitignore

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

joemcdonnell pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git

commit 38b402fc81593f10003955efc6e84adb4266066c
Author: Michael Smith <mi...@cloudera.com>
AuthorDate: Fri May 20 14:49:49 2022 -0700

    [tools] Add Kerberos gen files to shell/.gitignore
    
    Ignore Python Kerberos module's generated files. Only dist needed to be
    ignored because build contains only a .so (ignored by root .gitignore)
    and egg-info is committed.
    
    Change-Id: If09d018cef130455a01b06a43fe612d66eead660
    Reviewed-on: http://gerrit.cloudera.org:8080/18548
    Reviewed-by: Impala Public Jenkins <im...@cloudera.com>
    Tested-by: Impala Public Jenkins <im...@cloudera.com>
---
 shell/.gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/shell/.gitignore b/shell/.gitignore
index b7bb32270..021f9f416 100644
--- a/shell/.gitignore
+++ b/shell/.gitignore
@@ -3,6 +3,7 @@
 ext-py/bitarray-2.3.0/bitarray.egg-info/
 ext-py/bitarray-2.3.0/dist/
 ext-py/bitarray-2.3.0/build/
+ext-py/kerberos-1.3.1/dist/
 ext-py/prettytable-0.7.2/dist/
 ext-py/prettytable-0.7.2/build/
 ext-py/prettytable-0.7.2/prettytable.egg-info