From 50b8d9b6742b4628517ce70043dfc9c740af6220 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0pa=C4=8Dek?= Date: Tue, 6 Aug 2024 11:41:03 +0200 Subject: [PATCH 1/2] Remove obsolete reference to mksymtbl.pl This was a leftover from commit c463808992abd450d5469befe9f7e67b4732cb1b --- .gitattributes | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 3003b4d13e..6f741da9a1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -10,4 +10,3 @@ /util/** export-ignore /util/bindkeys.pl -export-ignore /util/check-make-install.in -export-ignore -/util/mksymtbl.pl -export-ignore From 9abedb7757fda1ad25036ec8e594a5de89bc8495 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0pa=C4=8Dek?= Date: Tue, 6 Aug 2024 11:42:34 +0200 Subject: [PATCH 2/2] Include util/dtrace.sh in tarballs --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 6f741da9a1..770cf77f19 100644 --- a/.gitattributes +++ b/.gitattributes @@ -10,3 +10,4 @@ /util/** export-ignore /util/bindkeys.pl -export-ignore /util/check-make-install.in -export-ignore +/util/dtrace.sh -export-ignore