This is an automated email from the ASF dual-hosted git repository. tmater pushed a commit to branch branch-4.1.0 in repository https://gitbox.apache.org/repos/asf/impala.git
commit b27a701fc02c73ea561ccee5dd587c8eb0c0245a Author: Michael Smith <[email protected]> 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 <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- 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
