emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/dash ad21e13 146/316: Ignore all .elc and TAGS files


From: ELPA Syncer
Subject: [elpa] externals/dash ad21e13 146/316: Ignore all .elc and TAGS files
Date: Mon, 15 Feb 2021 15:57:45 -0500 (EST)

branch: externals/dash
commit ad21e133b99dd130c86d6295d5aed9e1cbcb78f0
Author: Basil L. Contovounesios <contovob@tcd.ie>
Commit: Basil L. Contovounesios <contovob@tcd.ie>

    Ignore all .elc and TAGS files
---
 .gitignore | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 4ec8ea2..347367c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,8 @@
-/dash.elc
-/dash-functional.elc
+# Byte-compiled Elisp
+*.elc
+
 /dash-autoloads.el
 /dash-pkg.el
+
+# ctags, etags.
+TAGS



reply via email to

[Prev in Thread] Current Thread [Next in Thread]