mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-29 00:32:18 +01:00
865564833f
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.
156 lines
1.9 KiB
Plaintext
156 lines
1.9 KiB
Plaintext
/build
|
|
/src/mongo/db/modules
|
|
/.jsdbshell
|
|
/.dbshell
|
|
/.sconsign.dblite
|
|
/.sconf_temp
|
|
/perf.data
|
|
/massif.out.*
|
|
.scons
|
|
|
|
*~
|
|
*.swp
|
|
*.o
|
|
*.os
|
|
*.obj
|
|
*.aps
|
|
*.ilk
|
|
*.tar.gz
|
|
*.suo
|
|
*.ncb
|
|
*.idb
|
|
*.obj
|
|
*.opt
|
|
*.pch
|
|
*.jsh
|
|
*.jsall
|
|
*.pyc
|
|
*.log
|
|
*.exe
|
|
*.exp
|
|
*.lib
|
|
*.idb
|
|
*.pdb
|
|
*.manifest
|
|
*.user
|
|
*.gch
|
|
*.*sdf
|
|
*.psess
|
|
*#
|
|
.#*
|
|
|
|
/src/mongo/*/*Debug*/
|
|
/src/mongo/*/*/*Debug*/
|
|
/src/mongo/*/*Release*/
|
|
/src/mongo/*/*/*Release*/
|
|
/src/mongo/*/ipch
|
|
/src/mongo/*/*/ipch
|
|
/src/mongo/db/.gdb*
|
|
/src/mongo/db/makefile.local
|
|
/src/mongo/db/_ReSharper.db
|
|
/src/third_party/*/*.tlog
|
|
/src/third_party/*/*.lastbuildstate
|
|
config.log
|
|
settings.py
|
|
log_config.py
|
|
tags
|
|
TAGS
|
|
failfile.smoke
|
|
|
|
#temp dirs
|
|
dump
|
|
log
|
|
logs
|
|
docs/html
|
|
docs/latex
|
|
docs/doxygen
|
|
32bit
|
|
scratch
|
|
|
|
# binaries
|
|
/mongo
|
|
/mongod
|
|
/mongogrid
|
|
/mongos
|
|
|
|
/mongodump
|
|
/mongorestore
|
|
|
|
/mongofiles
|
|
/mongoexport
|
|
|
|
/mongoimport
|
|
/mongosniff
|
|
/mongobridge
|
|
/mongostat
|
|
/mongotop
|
|
/mongooplog
|
|
/mongoperf
|
|
/bsondump
|
|
|
|
*.tgz
|
|
*.zip
|
|
*.tar.gz
|
|
|
|
#libs
|
|
/libmongoclient.*
|
|
/libmongotestfiles.*
|
|
/libmongoshellfiles.*
|
|
|
|
/emr.jar
|
|
*.class
|
|
|
|
# examples
|
|
/firstExample
|
|
/secondExample
|
|
/whereExample
|
|
/bsondemo
|
|
/rsExample
|
|
/tutorial
|
|
|
|
#tests
|
|
/test
|
|
/authTest
|
|
/perftest
|
|
/clientTest
|
|
/httpClientTest
|
|
|
|
#debian
|
|
build-stamp
|
|
configure-stamp
|
|
debian/mongodb
|
|
# This was inserted 2009-08-16, nobody knows why.
|
|
#debian/mongodb.*
|
|
|
|
#osx
|
|
.DS_Store
|
|
._.DS_Store
|
|
|
|
# QtCreator
|
|
*.config
|
|
*.creator
|
|
*.creator.user
|
|
*.files
|
|
*.includes
|
|
*.orig
|
|
|
|
#built by Visual Studio
|
|
src/mongo/base/error_codes.cpp
|
|
src/mongo/base/error_codes.h
|
|
src/mongo/db/auth/action_type.cpp
|
|
src/mongo/db/auth/action_type.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
|
|
|
|
# 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/
|