branch: elpa/multiple-cursors
commit d1ad51f1a69d8b73725056894b2f87d41dd82bca
Author: Jiří Stránský <[email protected]>
Commit: Jiří Stránský <[email protected]>
Gitignore *.elc
When using this multiple-cursors.el repository as a submodule and
using compilation from .el to .elc, git will report the .elc files as
untracked changes in the submodule. Ignoring *.elc files fixes that.
---
.gitignore | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index f6ecda9..6d7875c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
-elpa
\ No newline at end of file
+elpa
+*.elc