From a7c251c316c83d34d51ac0aa2e154cac4ea578f9 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Sun, 7 Apr 2024 14:08:59 +0100 Subject: [PATCH] tidy up MANIFEST.SKIP --- MANIFEST.SKIP | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP index 4fd408e..a771f30 100644 --- a/MANIFEST.SKIP +++ b/MANIFEST.SKIP @@ -84,15 +84,12 @@ # Avoid test files tmp-testing-trees -.coveralls.yml -.github/workflows/ -.travis.yml +^.coveralls.yml +^.github/workflows/ +^.travis.yml ^docker/ ^[a-zA-Z]*-docker.sh # Avoid development config -.dir-locals.el -.dumbjump - -# Avoid CI -.github/ \ No newline at end of file +^.dir-locals.el +^.dumbjump