diff options
author | Michael G. Schwern <schwern@pobox.com> | 2020-12-28 21:55:04 -0800 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2021-01-17 09:21:38 -0700 |
commit | 95effda003dd0ba0ce0f04de22d687e771c1a738 (patch) | |
tree | fbd49a4150ae61ac59a5aa775d4dd12a2993bbe4 /MANIFEST | |
parent | 6867dc01ea301a9a9931ee096a579f76633de23f (diff) | |
download | perl-95effda003dd0ba0ce0f04de22d687e771c1a738.tar.gz |
fix: Manifest sorting for dotfiles with no extension.
Forgot to add .editorconfig to the MANIFEST.
Manfiest sorting was treating all of .editorconfig as an extension
which put it before .dir-locals.el which is nonsense. Fixed it not
to treat a file named .foo as an extension.
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ .dir-locals.el Emacs control file +.editorconfig EditorConifg style file .lgtm.yml LGTM.com configuration file .metaconf-exclusions.txt Symbols that should ignored when generating Configure .travis.yml continuous integration on github (where enabled) |