Skip to content

Commit

Permalink
Add an .elpaignore file. (#141)
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
okamsn committed Dec 17, 2022
1 parent 72b023f commit 35cf5d3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .elpaignore
@@ -0,0 +1,5 @@
Dockerfile
.github
Makefile
scripts
stub

0 comments on commit 35cf5d3

Please sign in to comment.