diff options
author | Tad Marshall <tad@10gen.com> | 2012-11-09 16:44:05 -0500 |
---|---|---|
committer | Tad Marshall <tad@10gen.com> | 2012-11-09 18:31:03 -0500 |
commit | 865564833f8f7a90ff0c5a209d89e7ad579ee5a1 (patch) | |
tree | 0a14eb95bd9eaced2add339e6b06138687ee44eb /.gitignore | |
parent | 20de91c50d0bbb782cbdbc67e7c2634e2fa8ec68 (diff) | |
download | mongo-865564833f8f7a90ff0c5a209d89e7ad579ee5a1.tar.gz |
SERVER-7086 Visual Studio -- create V8 source files using js2c.py
Make the location of experimental-libraries.cc and libraries.cc
match the location where scons creates them. Run the same Python
script that scons uses to create the files.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3181c9ba979..92b792ae419 100644 --- a/.gitignore +++ b/.gitignore @@ -143,6 +143,8 @@ 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 # old things that should be removed # maybe remove this mid 2012 |