diff options
| author | Stefan Monnier <monnier@iro.umontreal.ca> | 2022-04-25 17:35:15 -0400 |
|---|---|---|
| committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2022-04-25 17:35:15 -0400 |
| commit | 77fbff178e6738843ff458a95f59833de43ee54d (patch) | |
| tree | ce8da2d25ec5effe2c17dc6369513d721ee2e1a5 | |
| parent | b269f6117575e82bcec48b8d3da0443c1e453c77 (diff) | |
* .elpaignore: New fileexternals/names
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).
| -rw-r--r-- | .elpaignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.elpaignore b/.elpaignore new file mode 100644 index 0000000..2b29f27 --- /dev/null +++ b/.elpaignore @@ -0,0 +1 @@ +tests |
