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
.gitignore vendored
View File

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