diff --git a/.gitignore b/.gitignore index de13f60..6404bd8 100644 --- a/.gitignore +++ b/.gitignore @@ -4,5 +4,6 @@ hbase-protobuf-python/__pycache__/ hbase-protobuf-python/client/ hbase-protobuf-python/server/ bash_unit -hbase-?.?.?/ -hbase-?.?.?-bin.tar.gz +tests/hbase +tests/hbase-?.?.?/ +tests/hbase-?.?.?-bin.tar.gz diff --git a/hbase-setup.sh b/tests/hbase-setup.sh similarity index 100% rename from hbase-setup.sh rename to tests/hbase-setup.sh