diff options
author | Tad Marshall <tad@10gen.com> | 2013-06-24 12:58:41 -0400 |
---|---|---|
committer | Tad Marshall <tad@10gen.com> | 2013-06-24 17:26:06 -0400 |
commit | eb7ba8adc1ea407ebd88a8b829a6adbaf109e681 (patch) | |
tree | 904c5fbe1d49c412c5b6faf710b9d50540edefb0 /.gitignore | |
parent | 57a4875807ac0ff15f1a656afe3301e127a510fa (diff) | |
download | mongo-eb7ba8adc1ea407ebd88a8b829a6adbaf109e681.tar.gz |
SERVER-9775 Remove SpiderMonkey
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore index e46a3c41ff2..d55d0d0f029 100644 --- a/.gitignore +++ b/.gitignore @@ -149,8 +149,6 @@ src/mongo/db/fts/stop_words_list.cpp src/mongo/db/fts/stop_words_list.h src/mongo/shell/mongo-server.cpp src/mongo/shell/mongo.cpp -src/third_party/js-1.7/jsautocfg.h -src/third_party/js-1.7/jsautokw.h src/third_party/v8/src/experimental-libraries.cc src/third_party/v8/src/libraries.cc @@ -160,8 +158,6 @@ src/third_party/v8/src/libraries.cc # old things that should be removed # maybe remove this mid 2012 -src/third_party/js-1.7/jscpucfg -src/third_party/js-1.7/jskwgen src/mongo/buildinfo.cpp buildinfo.cpp /.settings/ |