Skip to content

Commit

Permalink
Willing to leave my girlfriend for the inventor of JSON.
Browse files Browse the repository at this point in the history
  • Loading branch information
dns-mcdaid committed Aug 5, 2016
1 parent 9354c34 commit e5cccb9
Show file tree
Hide file tree
Showing 13 changed files with 379,728 additions and 55 deletions.
169 changes: 168 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ public/javascripts/out.js
.idea/dynamic.xml
.idea/uiDesigner.xml

data/db

# Gradle:
.idea/gradle.xml
.idea/libraries
Expand All @@ -79,4 +81,169 @@ atlassian-ide-plugin.xml
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties
fabric.properties

# Adding Mongo:
/build
/src/mongo/db/modules
/.jsdbshell
/.dbshell
/perf.data
/perf.data.old
/massif.out.*
/smoke-last.json

*~
*.swp
*.o
*.os
*.obj
*.aps
*.ilk
*.tar.gz
*.suo
*.ncb
*.idb
*.opt
*.pch
*.jsh
*.jsall
*.pyc
*.exe
*.exp
*.lib
*.pdb
*.manifest
*.user
*.gch
*.*sdf
*.psess
*.tmp
*#
.#*

/src/mongo/*/*Debug*/
/src/mongo/*/*/*Debug*/
/src/mongo/*/*Release*/
/src/mongo/*/*/*Release*/
/src/ipch
/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
config.log
settings.py
log_config.py
/tags
TAGS
failfile.smoke

#temp dirs
dump
/log
docs/html
docs/latex
docs/doxygen
32bit
scratch

# binaries
/mongo
/mongod
/mongogrid
/mongos

/mongosniff
/mongobridge
/mongoperf
/mongoshim
/loadgen
/docgen

*.tgz
*.zip

#libs
/libmongoclient.*
/libmongotestfiles.*
/libmongoshellfiles.*
/sharedclient

/emr.jar
*.class

# examples
/firstExample
/secondExample
/whereExample
/bsondemo
/rsExample
/tutorial

#tests
/dbtest
/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
*.fuse_*

# 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/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

# Eclipse build artifacts
.cproject
.project
.pydevproject

# Idea CLion project artifacts
.idea
CMakeLists.txt

# XCode projects
.xcworkspace

# old things that should be removed
# maybe remove this mid 2012
src/mongo/buildinfo.cpp
buildinfo.cpp
/.settings/

*.msi
*.wixobj
*.wixpdb
DriverInclude.wxs

compile_commands.json
Loading

0 comments on commit e5cccb9

Please sign in to comment.