gerrit/.gitignore
Shawn O. Pearce 8d2f184389 Switch to GWT 1.6's new HostedMode debugging utility
The pain in the neck thing is, we have to use their new WAR style
output, which requires us to run "mvn war:inplace" before we can
start debugging, or if any dependencies change, but we also need
to clean that out.

All RPC handles also moved inside of the module directory, which
makes it easier to debug in the hosted mode browser but breaks any
existing browser client, even though the JSON payloads have not
changed in format.

Bug: GERRIT-75
Signed-off-by: Shawn O. Pearce <sop@google.com>
2009-05-13 12:02:25 -07:00

12 lines
335 B
Plaintext

/target
/GerritServer.properties
/.classpath
/.project
/.settings/org.maven.ide.eclipse.prefs
/src/main/java/GerritServer.properties
/src/main/java/com/google/gerrit/client/GerritVersion.properties
/src/main/java/com/google/gerrit/client/GerritVersion_*.properties
/src/main/webapp/gerrit
/src/main/webapp/WEB-INF/lib
/hs_err_pid*.log