solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

commit 8bc7592721efdc9272029e2a6aaaac8b09104c86
parent 37cb827e62d37e664ea7b46ef26927fd399a819a
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Wed, 29 Jun 2016 11:58:05 +0200

Merge pull request #238 from jistr/ignore-elc

Add *.elc to .gitignore
Diffstat:
A.gitignore | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -0,0 +1 @@ +*.elc