gerrit/.gitignore
Shawn Pearce 16570463ab Add buck build soyc to output GWT split point report
The GWT compiler can output a report (or "story of your compile"),
describing the size of the JavaScript and which source classes
contributed to the overall download size. This is useful for
optimizing code splits in Dispatcher, and generally understanding
the impact of linking code together.

Only the "Split Point Report" is created.
The "Compiler Metrics" are not output.

The report is very slow to create, so it is not done by default.

Change-Id: I6ce86d65ee5f3e4bdba573d1f777ccc59767341d
2015-01-15 04:40:28 +00:00

24 lines
375 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
/gerrit-parent.iml
*.sublime-*
/gerrit-package-plugins
/.buckconfig.local
/.buckjavaargs
/.buckd
/buck-cache
/buck-out
/extras
/local.properties
*.pyc
/gwt-unitCache
*.swp
*.asc