diff options
author | Eliot Horowitz <eliot@10gen.com> | 2012-05-11 14:57:09 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2012-05-14 16:36:29 -0400 |
commit | e3306d5cadc9fc379330ed38e131985f74c7db32 (patch) | |
tree | 3d93a87c25042e4b67685f0fa398155825f2b0d2 /.gitignore | |
parent | b2bd2a532d7de4183ac26961456e59fe6f7d9792 (diff) | |
download | mongo-e3306d5cadc9fc379330ed38e131985f74c7db32.tar.gz |
add *.class to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 2fe15080f4f..08771cb7c10 100644 --- a/.gitignore +++ b/.gitignore @@ -97,6 +97,7 @@ scratch /emr.jar +*.class # examples /firstExample |