summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorMichael G. Schwern <schwern@pobox.com>2020-12-28 21:55:04 -0800
committerKarl Williamson <khw@cpan.org>2021-01-17 09:21:38 -0700
commit95effda003dd0ba0ce0f04de22d687e771c1a738 (patch)
treefbd49a4150ae61ac59a5aa775d4dd12a2993bbe4 /MANIFEST
parent6867dc01ea301a9a9931ee096a579f76633de23f (diff)
downloadperl-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--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 533e9e85be..d93dda6a55 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -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)