summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorShawn O. Pearce <sop@google.com>2009-12-07 15:23:16 -0800
committerShawn O. Pearce <sop@google.com>2009-12-07 15:23:16 -0800
commitdbbca8bf56f667df042075a5d465f11060d4d496 (patch)
treeb3ece0c2b7db73230afc7bfe0cbdf89955094e70 /.gitignore
parentec4495eb5a1b7a4d098c1812d104e1362f6934f6 (diff)
daemon: Run correctly under Eclipse debugger
We now can launch the daemon correctly from within the Eclipse debugger without having to switch to using the WAR in our CLASSPATH. This works by allowing Eclipse to supply all of the CLASSPATH, but we have to go find our WAR resource content in gerrit-gwtui/target. Bug: 340 Change-Id: I7dfbc0654cdc10099fb3de3041e615a9fda5fdb4 Signed-off-by: Shawn O. Pearce <sop@google.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index fdd9fa12a3..9f3c4e125a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/.project
/.settings/org.maven.ide.eclipse.prefs
/GerritServer.properties
+/test_site