branch: master
commit e0454a100541ce3f1f732b97894a3441cef3316f
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>
Add .elpaignore
Fixes #182
---
.elpaignore | 6 ++++++
hydra.el | 2 +-
2 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/.elpaignore b/.elpaignore
new file mode 100644
index 0000000..a6b1577
--- /dev/null
+++ b/.elpaignore
@@ -0,0 +1,6 @@
+targets/
+.travis.yml
+.dir-locals.el
+Makefile
+README.md
+hydra-test.el
diff --git a/hydra.el b/hydra.el
index 2d5f440..0acd578 100644
--- a/hydra.el
+++ b/hydra.el
@@ -5,7 +5,7 @@
;; Author: Oleh Krehel <[email protected]>
;; Maintainer: Oleh Krehel <[email protected]>
;; URL: https://github.com/abo-abo/hydra
-;; Version: 0.13.4
+;; Version: 0.13.5
;; Keywords: bindings
;; Package-Requires: ((cl-lib "0.5"))