From 35cf5d36132c3e96db9a9e4d1902dcfa207e7baa Mon Sep 17 00:00:00 2001 From: okamsn <28612288+okamsn@users.noreply.github.com> Date: Sat, 17 Dec 2022 17:54:13 +0000 Subject: [PATCH] Add an `.elpaignore` file. (#141) This file is describe in GNU ELPA's README (https://git.savannah.gnu.org/cgit/emacs/elpa.git/tree/README) under the heading "Format". There, it is stated that the patterns of files are passed to `tar`'s `-X` (`--exclude-from=`) switch. This simplifies the `:ignored-files` part of the ELPA package specification. The recommendation for adding the file was made on the Emacs Devel mailing list (https://lists.gnu.org/archive/html/emacs-devel/2022-12/msg00775.html). --- .elpaignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .elpaignore diff --git a/.elpaignore b/.elpaignore new file mode 100644 index 0000000..cf3e757 --- /dev/null +++ b/.elpaignore @@ -0,0 +1,5 @@ +Dockerfile +.github +Makefile +scripts +stub