Add .eml files to gitignore

eml files are generated by IntelliJ as a substitute for .iml files if
the workspace is organized in .classpath files. These should not be
pushed.

Change-Id: If47838a2a58b6d76cd6c68461d54929b0a732234
This commit is contained in:
Patrick Hiesel 2016-05-11 09:35:39 -07:00 committed by Hugo Arès
parent 38b4325867
commit 80141a6571
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -8,6 +8,7 @@
/test_site
/.idea
*.iml
*.eml
*.sublime-*
/gerrit-package-plugins
/.buckconfig.local