patch 8.2.2593: list of distributed files is incomplete

Problem:    List of distributed files is incomplete.
Solution:   Add a file and rename another.
diff --git a/Filelist b/Filelist
index 04a4332..82fb376 100644
--- a/Filelist
+++ b/Filelist
@@ -13,7 +13,8 @@
 		.hgignore \
 		.lgtm.yml \
 		.travis.yml \
-		appveyor.yml \
+		.appveyor.yml \
+		.codecov.yml \
 		ci/appveyor.bat \
 		ci/build-snd-dummy.sh \
 		ci/config.mk*.sed \
diff --git a/src/version.c b/src/version.c
index c6866a2..45973ea 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2593,
+/**/
     2592,
 /**/
     2591,