From 77fbff178e6738843ff458a95f59833de43ee54d Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Mon, 25 Apr 2022 17:35:15 -0400 Subject: * .elpaignore: New file By marking `tests` as ignored, it also tells the GNUmakefile not to try and compile the files therein, which is the main benefit since most of those are old and spit out lots and lots of warnings (or worse). --- .elpaignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .elpaignore diff --git a/.elpaignore b/.elpaignore new file mode 100644 index 0000000..2b29f27 --- /dev/null +++ b/.elpaignore @@ -0,0 +1 @@ +tests -- cgit v1.0