gerrit/.gitignore
Patrick Hiesel 80141a6571 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
2016-05-12 00:57:44 +00:00

29 lines
400 B
Plaintext

/.apt_generated
/.classpath
/.factorypath
/.project
/.settings/org.maven.ide.eclipse.prefs
/.settings/org.eclipse.m2e.core.prefs
/.settings/org.eclipse.ltk.core.refactoring.prefs
/test_site
/.idea
*.iml
*.eml
*.sublime-*
/gerrit-package-plugins
/.buckconfig.local
/.buckjavaargs
/.buckd
/buck-cache
/buck-out
/eclipse-out
/extras
/local.properties
*.pyc
/gwt-unitCache
.DS_Store
*.swp
*.asc
/bin/
*~