0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 00:56:44 +01:00
mongodb/.gitignore

71 lines
539 B
Plaintext
Raw Normal View History

2009-01-11 00:35:37 +01:00
.jsdbshell
2009-01-27 04:19:15 +01:00
.dbshell
2009-01-11 00:35:37 +01:00
.sconsign.dblite
2009-01-27 04:19:15 +01:00
.sconf_temp
2007-10-20 01:35:48 +02:00
*~
*.o
*.aps
*.tar.gz
*.suo
*.ncb
*.idb
*.obj
*.opt
*.pch
2009-01-27 04:19:15 +01:00
*.jsh
*.jsall
2009-01-27 19:08:44 +01:00
*.pyc
2009-02-07 16:35:57 +01:00
*.log
2009-01-30 15:23:06 +01:00
*#
.#*
2009-01-27 04:19:15 +01:00
2007-10-20 01:35:48 +02:00
db/Debug
2008-09-15 15:50:39 +02:00
db/oplog*
db/.gdb*
2009-01-27 15:26:15 +01:00
db/makefile.local
2009-01-27 04:19:15 +01:00
config.log
2009-01-27 19:08:44 +01:00
settings.py
2009-03-18 19:29:14 +01:00
buildinfo.cpp
2009-01-12 02:22:17 +01:00
#temp dirs
dump
2008-09-15 15:50:39 +02:00
log
2009-01-12 02:22:17 +01:00
logs
2009-01-27 04:19:15 +01:00
docs
32bit
2009-01-29 19:00:57 +01:00
scratch
2009-01-12 02:22:17 +01:00
# binaryies
2009-01-27 15:26:15 +01:00
mongo
mongod
mongogrid
2009-02-03 19:15:54 +01:00
mongos
2009-02-08 16:37:39 +01:00
2009-01-12 02:22:17 +01:00
mongodump
2009-02-08 16:37:39 +01:00
mongorestore
2009-02-02 23:13:38 +01:00
mongofiles
2009-02-02 18:17:20 +01:00
mongoexport
2009-02-08 16:37:39 +01:00
2009-01-29 19:01:45 +01:00
mongoimportjson
2009-02-13 22:18:57 +01:00
mongosniff
2009-02-08 16:37:39 +01:00
*.tgz
2009-01-27 15:26:15 +01:00
#libs
2009-01-13 15:56:18 +01:00
libmongoclient.*
2009-01-27 04:19:15 +01:00
libmongotestfiles.*
2009-01-27 15:26:15 +01:00
# examples
firstExample
secondExample
2009-01-29 16:30:25 +01:00
whereExample
2009-01-27 15:26:15 +01:00
#tests
2009-01-13 15:56:18 +01:00
test
2009-01-27 04:19:15 +01:00
authTest
2009-02-13 15:44:37 +01:00
perftest
2009-01-27 04:19:15 +01:00
clientTest
2009-01-27 15:26:15 +01:00