Add .elc files to .gitignore. Closes #1578

This commit is contained in:
Brian Anderson 2012-01-20 01:00:42 -08:00
parent a4954eb6ce
commit 411cb28a3e
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -41,6 +41,7 @@
*.swp
*.tmp
*.pyc
*.elc
.hg/
.hgignore
.cproject