branch: externals/tomelr commit 884674e168cbef35275a325f707c588ac2b5c866 Author: Kaushal Modi <kaushal.m...@gmail.com> Commit: Kaushal Modi <kaushal.m...@gmail.com>
chore: Add .elpaignore to reduce size of pkg archive on GNU ELPA --- .elpaignore | 5 +++++ tomelr.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.elpaignore b/.elpaignore new file mode 100644 index 0000000000..d6a32d6b92 --- /dev/null +++ b/.elpaignore @@ -0,0 +1,5 @@ +.github +doc +test +Makefile +LICENSE diff --git a/tomelr.el b/tomelr.el index 85b962e540..0c84fbff7c 100644 --- a/tomelr.el +++ b/tomelr.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2022 Free Software Foundation, Inc. ;; Author: Kaushal Modi <kaushal.m...@gmail.com> -;; Version: 0.2.2 +;; Version: 0.2.3 ;; Package-Requires: ((emacs "26.3")) ;; Keywords: data, tools, toml, serialization, config ;; URL: https://github.com/kaushalmodi/tomelr/