0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/.gitignore

157 lines
1.9 KiB
Plaintext
Raw Normal View History

/build
/src/mongo/db/modules
/.jsdbshell
/.dbshell
/perf.data
/massif.out.*
/smoke-last.json
2009-01-27 04:19:15 +01:00
2007-10-20 01:35:48 +02:00
*~
*.swp
2007-10-20 01:35:48 +02:00
*.o
*.os
2010-02-10 00:28:36 +01:00
*.obj
2007-10-20 01:35:48 +02:00
*.aps
2010-02-10 00:28:36 +01:00
*.ilk
2007-10-20 01:35:48 +02:00
*.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-05-13 17:07:00 +02:00
*.exe
*.exp
*.lib
*.idb
*.pdb
*.manifest
2010-05-23 00:24:55 +02:00
*.user
2009-09-09 15:42:05 +02:00
*.gch
2010-05-03 01:17:35 +02:00
*.*sdf
*.psess
2009-01-30 15:23:06 +01:00
*#
.#*
2009-01-27 04:19:15 +01:00
/src/mongo/*/*Debug*/
/src/mongo/*/*/*Debug*/
/src/mongo/*/*Release*/
/src/mongo/*/*/*Release*/
/src/ipch
2011-12-28 15:21:29 +01:00
/src/mongo/*/ipch
/src/mongo/*/*/ipch
/src/mongo/db/.gdb*
/src/mongo/db/makefile.local
/src/mongo/db/_ReSharper.db
/src/third_party/*/*.cache
/src/third_party/*/*.tlog
/src/third_party/*/*.lastbuildstate
2009-01-27 04:19:15 +01:00
config.log
2009-01-27 19:08:44 +01:00
settings.py
2012-05-25 21:04:17 +02:00
log_config.py
/tags
2010-02-08 11:01:45 +01:00
TAGS
2011-11-29 22:23:39 +01:00
failfile.smoke
2009-01-12 02:22:17 +01:00
#temp dirs
dump
/log
2009-01-12 02:22:17 +01:00
logs
2009-11-19 16:49:34 +01:00
docs/html
docs/latex
docs/doxygen
32bit
2009-01-29 19:00:57 +01:00
scratch
2009-01-12 02:22:17 +01:00
2009-10-13 17:35:55 +02:00
# binaries
/mongo
/mongod
/mongogrid
/mongos
2009-02-08 16:37:39 +01:00
/mongosniff
/mongobridge
/mongoperf
/mongoshim
2013-02-28 21:44:45 +01:00
/loadgen
/docgen
2009-02-08 16:37:39 +01:00
*.tgz
2009-05-13 17:07:00 +02:00
*.zip
*.tar.gz
2009-01-27 15:26:15 +01:00
#libs
/libmongoclient.*
/libmongotestfiles.*
/libmongoshellfiles.*
/sharedclient
2009-01-27 15:26:15 +01:00
/emr.jar
2012-05-11 20:57:09 +02:00
*.class
2009-01-27 15:26:15 +01:00
# examples
/firstExample
/secondExample
/whereExample
/bsondemo
/rsExample
/tutorial
2009-01-27 15:26:15 +01:00
#tests
/dbtest
/authTest
/perftest
/clientTest
/httpClientTest
2009-01-27 15:26:15 +01:00
2009-08-06 19:53:03 +02:00
#debian
build-stamp
configure-stamp
debian/mongodb
# This was inserted 2009-08-16, nobody knows why.
#debian/mongodb.*
2009-10-16 09:07:53 +02:00
#osx
.DS_Store
2012-04-19 02:26:25 +02:00
._.DS_Store
2014-01-07 23:33:11 +01:00
*.fuse_*
# QtCreator
*.config
*.creator
*.creator.user
*.files
*.includes
2010-12-29 08:04:19 +01:00
*.orig
2012-01-18 03:17:19 +01:00
#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/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/v8/src/experimental-libraries.cc
src/third_party/v8/src/libraries.cc
2012-01-18 03:17:19 +01:00
# Eclipse build artifacts
.cproject
.project
2012-01-18 03:17:19 +01:00
# old things that should be removed
# maybe remove this mid 2012
src/mongo/buildinfo.cpp
buildinfo.cpp
/.settings/
*.msi
*.wixobj
*.wixpdb
DriverInclude.wxs