commit | 0f970411e05802ffe6e0fc63973f3be1611b48a8 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Mon Dec 29 09:31:48 2008 -0800 |
committer | Shawn O. Pearce <sop@google.com> | Mon Dec 29 10:06:47 2008 -0800 |
tree | 81f77bc0db5ef902fcd34900dabcd9b52e91f9fb | |
parent | e29b64a4735b31bf20be0785d735b043d8570c4b [diff] [blame] |
Ignore the generated_classes created by the JUnit tests These are written out when debugging tests from within Eclipse. Signed-off-by: Shawn O. Pearce <sop@google.com>
diff --git a/.gitignore b/.gitignore index 903c6c8..d145da5 100644 --- a/.gitignore +++ b/.gitignore
@@ -1,4 +1,5 @@ /target +/generated_classes /.classpath /.project /.settings/org.maven.ide.eclipse.prefs