From 44102751f762f3ec5c9323d093b0993af365f9ca Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Thu, 29 Jun 2023 11:22:42 +0200 Subject: [PATCH] re-import sources as agreed with the maintainer --- .gitignore | 12 ++++++++++++ generate-tarball.sh | 0 2 files changed, 12 insertions(+) mode change 100755 => 100644 generate-tarball.sh diff --git a/.gitignore b/.gitignore index 6b90266..b9d742b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,13 @@ +/results_* +/*.src.rpm + +/xmlunit1.0.zip +/xmlunit-1.3-src.zip +/xmlunit-1.4-src.zip +/xmlunit-1.5-src.zip +/xmlunit-1.6-src.zip +/xmlunit-2.6.2-src.tar.gz +/xmlunit-2.6.3-src.tar.gz +/xmlunit-2.7.0-src.tar.gz +/xmlunit-2.8.2-src.tar.gz /xmlunit-2.8.2.tar.gz diff --git a/generate-tarball.sh b/generate-tarball.sh old mode 100755 new mode 100644