diff --git a/.gitignore b/.gitignore index 24194fb8c..2d0eef514 100644 --- a/.gitignore +++ b/.gitignore @@ -130,6 +130,7 @@ deps/coredumper/coredumper-*/ deps/postgresql/postgresql-*/ deps/postgresql/postgres-*/ deps/libusual/libusual-*/ +deps/zstd/zstd-*/ test/.vagrant .DS_Store diff --git a/deps/Makefile b/deps/Makefile index 724e26aa2..bfb9421de 100644 --- a/deps/Makefile +++ b/deps/Makefile @@ -437,5 +437,6 @@ cleanall: cd libusual && rm -rf libusual-*/ || true cd libscram && rm -rf lib/* obj/* || true cd json && rm -rf json-*/ || true + cd zstd && rm -rf zstd-*/ || true .PHONY: cleanall