summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorShawn O. Pearce <sop@google.com>2009-11-07 12:55:26 -0800
committerShawn O. Pearce <sop@google.com>2009-11-11 16:54:06 -0800
commit44671f5c6929a8f05223dd359182610286ceb98a (patch)
treec8a03233e8fe641dfa748fe8cb4f6e140d82a22b /.gitignore
parent2464ac82b7a9a39eb683d31315963dcb8b17a5ba (diff)
Rewrite our build as modular maven components
This refactoring splits the code up into different components, with their own per-component CLASSPATH. By moving all of our classes into isolated components we can better isolate the classpaths and try to avoid unexpected dependency problems. It also allows us to more clearly define which components are used by the GWT UI and thus must be compiled under GWT, and which components are run on the server and can therefore use more of the J2SE API. Change-Id: I833cc22bacc5655d1c9099ed7c2b0e0a5b08855a Signed-off-by: Shawn O. Pearce <sop@google.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore10
1 files changed, 1 insertions, 9 deletions
diff --git a/.gitignore b/.gitignore
index b9a7f88e15..fdd9fa12a3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,11 +1,3 @@
-/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
+/GerritServer.properties