Ignore GerritServer.properties at the top level

This might exist if the developer is trying to test directly from
the source directory by running something like:

  mvn package && java -jar target/gerrit-*.war foo

and the "foo" subcommand requires GerritServer.properties to speak
to the database.

Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
Shawn O. Pearce 2009-03-07 16:49:22 -08:00
parent 9288c65229
commit 8cbf4dc01d
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
/target
/GerritServer.properties
/.classpath
/.project
/.settings/org.maven.ide.eclipse.prefs