branch: externals/swiper
commit be2b0a08ea144e56d3d86a1fe51b0b81751c420a
Merge: 4b19cad 3bd1d87
Author: Stefan Monnier <[email protected]>
Commit: Stefan Monnier <[email protected]>

    Mark the ancestor from upstream in the metadata
---
 .dir-locals.el | 14 ++++++++++++++
 .gitignore     |  9 ++++++---
 2 files changed, 20 insertions(+), 3 deletions(-)

diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000..3d5e818
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,14 @@
+;;; Directory Local Variables
+;;; For more information see (info "(emacs) Directory Variables")
+
+((nil
+  (bug-reference-bug-regexp . "#\\(?2:[[:digit:]]+\\)")
+  (bug-reference-url-format . "https://github.com/abo-abo/swiper/issues/%s";)
+  (copyright-names-regexp . "Free Software Foundation, Inc\\.")
+  (sentence-end-double-space . t))
+ (emacs-lisp-mode
+  (indent-tabs-mode . nil)
+  (outline-regexp . ";;[;*]+[\s\t]+")
+  ;; extra config here: 
https://github.com/abo-abo/oremacs/blob/github/modes/ora-elisp-style-guide.el
+  ;; (lisp-indent-function . common-lisp-indent-function)
+  ))
diff --git a/.gitignore b/.gitignore
index 74e56a1..3398f81 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,7 @@
-/swiper-pkg.el
-/swiper-autoloads.el
+/*-pkg.el
 *.elc
-
+*~
+/doc/dir
+*.info
+/*-autoloads.el
+.dir-locals-2.el

Reply via email to