Update manifest files to keep ./Build distcheck happy
This commit is contained in:
parent
748a34b211
commit
5bb65f60d6
2 changed files with 9 additions and 0 deletions
2
MANIFEST
2
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
|
||||
|
|
|
@ -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/
|
Loading…
Reference in a new issue