branch: elpa/scala-mode commit aea047a5e0aad9184d77739936ea69a5edf96c2d Author: James Laver <james.la...@gmail.com> Commit: James Laver <james.la...@gmail.com>
Create .gitignore with *.elc Will stop git from showing .elc files in 'git status' and from committing them --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c531d98 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.elc