From 5bb65f60d60868abdb6683c1714ddd8e34661911 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Sat, 6 Apr 2024 15:09:53 +0100 Subject: [PATCH] Update manifest files to keep ./Build distcheck happy --- MANIFEST | 2 ++ MANIFEST.SKIP | 7 +++++++ 2 files changed, 9 insertions(+) diff --git a/MANIFEST b/MANIFEST index 88255e6..8f7a812 100644 --- a/MANIFEST +++ b/MANIFEST @@ -12,6 +12,7 @@ Build.PL ChangeLog configure configure.ac +CONTRIBUTING.md COPYING default-ignore-list doc/ChangeLog.OLD @@ -43,6 +44,7 @@ t/find_stowed_path.t t/foldable.t t/ignore.t t/join_paths.t +t/link_dest_within_stow_dir.t t/parent.t t/stow.t t/rc_options.t diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP index 259024a..ccab877 100644 --- a/MANIFEST.SKIP +++ b/MANIFEST.SKIP @@ -87,3 +87,10 @@ tmp-testing-trees .travis.yml ^docker/ ^[a-zA-Z]*-docker.sh + +# Avoid development config +.dir-locals.el +.dumbjump + +# Avoid CI +.github/ \ No newline at end of file