diff --git a/.gitignore b/.gitignore index 8890b286dbc..e49a3094f52 100644 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,7 @@ target/ cluster.id pids/ modules/ +.linters/ # tests !tests/Makefile diff --git a/package/package.sh b/package/package.sh index 24791a7251e..4ec2376e617 100755 --- a/package/package.sh +++ b/package/package.sh @@ -20,7 +20,7 @@ set -e version="" -package_one=ON +package_one=OFF strip_enable="FALSE" usage="Usage: ${0} -v -n -s -g -j -t " project_dir="$(cd "$(dirname "$0")" && pwd)/.."