summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2012-05-11 14:57:09 -0400
committerEliot Horowitz <eliot@10gen.com>2012-05-14 16:36:29 -0400
commite3306d5cadc9fc379330ed38e131985f74c7db32 (patch)
tree3d93a87c25042e4b67685f0fa398155825f2b0d2 /.gitignore
parentb2bd2a532d7de4183ac26961456e59fe6f7d9792 (diff)
downloadmongo-e3306d5cadc9fc379330ed38e131985f74c7db32.tar.gz
add *.class to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
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