From 12632abf9d38a8b2dd36c2b05fc6af56fb7de747 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Fri, 4 Oct 2024 11:14:10 -0400 Subject: [PATCH] tools: do not distribute development files in tarball Linters scripts are not useful to have in tarballs, as nobody is expected to do development outside of a git tree. Anyway, as of today, don't distribute `.clang-format`, so `tools/format-cpp.sh` is useless in a tarball as it is. Change-Id: I9f0aaebbe47390749c9be1085791ae09079519fe Signed-off-by: Simon Marchi Reviewed-on: https://review.lttng.org/c/babeltrace/+/13318 Reviewed-by: Philippe Proulx Reviewed-by: Michael Jeanson Tested-by: jenkins --- Makefile.am | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 0f4493b5..54bbc10d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,7 +31,4 @@ EXTRA_DIST = \ LICENSES/MIT.txt \ LICENSES/PSF-2.0.txt \ std-ext-lib.txt \ - tools/format-cpp.sh \ - tools/lint-py.sh \ - tools/shellcheck.sh \ version -- 2.34.1