Files
impala/shell/.gitignore
casey 57b0047139 Add cleanup for old version of sqlparse
This is a quick fix to get continuous integration working again without
manual intervention.

Change-Id: I7bff3e53d6c80f6c34c8dbd230c1fa205639ffb7
Reviewed-on: http://gerrit.cloudera.org:8080/115
Reviewed-by: Martin Grund <mgrund@cloudera.com>
Tested-by: Casey Ching <casey@cloudera.com>
2015-02-26 18:21:17 +00:00

17 lines
611 B
Plaintext

build
ext-py/sasl-0.1.1/dist/
ext-py/sasl-0.1.1/build/
ext-py/sasl-0.1.1/sasl.egg-info/
ext-py/prettytable-0.7.1/dist/
ext-py/prettytable-0.7.1/build
ext-py/prettytable-0.7.1/prettytable.egg-info
ext-py/sqlparse-0.1.14/dist/
ext-py/sqlparse-0.1.14/build/
ext-py/sqlparse-0.1.14/sqlparse.egg-info/
# This file is used by buildall.sh to find files that need to be removed during the
# clean phase. Previous version of deps should be kept here for cleaning otherwise they
# may cause a build failure. Also the ignore path must be changed to the root folder
# so "git clean -Xdf" will work.
ext-py/sqlparse-0.1.7/