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