branch: main
commit f06fc1286a20c827cbbd53a8c3ed53b2ac41c9d9
Author: Stefan Monnier <monn...@iro.umontreal.ca>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    * elpa-packages (base32): Ignore the `README` file since it's totp's
---
 elpa-packages | 1 +
 1 file changed, 1 insertion(+)

diff --git a/elpa-packages b/elpa-packages
index d8c06b9ecc..b224f9b0ad 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -51,6 +51,7 @@
 
  (base32               :url "https://gitlab.com/fledermaus/totp.el";
   :ignored-files ("totp-auth*.el" "Makefile" "*.md" "*.html" "tests" "README")
+  :readme ignore
   :version-map   (("0.2" "1.0" "v1.0")))
 
  (bash-completion      :url "https://github.com/szermatt/emacs-bash-completion";

Reply via email to