diff options
author | Spencer T Brody <spencer@10gen.com> | 2013-06-14 12:05:06 -0400 |
---|---|---|
committer | Spencer T Brody <spencer@10gen.com> | 2013-06-17 11:18:31 -0400 |
commit | 859e80ecccf3cdcdde541c27ee43da690742eff9 (patch) | |
tree | 15d7ff5eaa4108e8b08ccd1e539803c9ccc58250 /.gitignore | |
parent | ab4e36fef8b3c6324139d212fd4644ede6aba212 (diff) | |
download | mongo-859e80ecccf3cdcdde541c27ee43da690742eff9.tar.gz |
Add eclipse build artifacts to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 8259ae8ddb0..e46a3c41ff2 100644 --- a/.gitignore +++ b/.gitignore @@ -154,6 +154,10 @@ src/third_party/js-1.7/jsautokw.h src/third_party/v8/src/experimental-libraries.cc src/third_party/v8/src/libraries.cc +# Eclipse build artifacts +.cproject +.project + # old things that should be removed # maybe remove this mid 2012 src/third_party/js-1.7/jscpucfg |