mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-29 16:47:28 +01:00
71 lines
539 B
Plaintext
71 lines
539 B
Plaintext
.jsdbshell
|
|
.dbshell
|
|
.sconsign.dblite
|
|
.sconf_temp
|
|
|
|
*~
|
|
*.o
|
|
*.aps
|
|
*.tar.gz
|
|
*.suo
|
|
*.ncb
|
|
*.idb
|
|
*.obj
|
|
*.opt
|
|
*.pch
|
|
*.jsh
|
|
*.jsall
|
|
*.pyc
|
|
*.log
|
|
*#
|
|
.#*
|
|
|
|
db/Debug
|
|
db/oplog*
|
|
db/.gdb*
|
|
db/makefile.local
|
|
config.log
|
|
settings.py
|
|
buildinfo.cpp
|
|
|
|
#temp dirs
|
|
dump
|
|
log
|
|
logs
|
|
docs
|
|
32bit
|
|
scratch
|
|
|
|
# binaryies
|
|
mongo
|
|
mongod
|
|
mongogrid
|
|
mongos
|
|
|
|
mongodump
|
|
mongorestore
|
|
|
|
mongofiles
|
|
mongoexport
|
|
|
|
mongoimportjson
|
|
mongosniff
|
|
|
|
*.tgz
|
|
|
|
#libs
|
|
libmongoclient.*
|
|
libmongotestfiles.*
|
|
|
|
# examples
|
|
firstExample
|
|
secondExample
|
|
whereExample
|
|
|
|
#tests
|
|
test
|
|
authTest
|
|
perftest
|
|
clientTest
|
|
|