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.
This commit is contained in:
Jiří Stránský 2014-02-16 22:47:42 +01:00
parent 7b4dd88a69
commit d1ad51f1a6

3
.gitignore vendored
View File

@ -1 +1,2 @@
elpa
elpa
*.elc