diff options
author | Andy Schwerin <schwerin@10gen.com> | 2012-10-18 16:20:52 -0400 |
---|---|---|
committer | Andy Schwerin <schwerin@10gen.com> | 2012-10-23 16:27:29 -0400 |
commit | 435ad1672d1dc7fef8a4d3b3ba8441081f359ee9 (patch) | |
tree | 168050aeb424a7667b36020b776a3414977451fc /.gitignore | |
parent | 5589eb5e541eecc80cb94b54139b289c8e6ce06c (diff) | |
download | mongo-435ad1672d1dc7fef8a4d3b3ba8441081f359ee9.tar.gz |
Ignore the src/mongo/db/modules directory, which should not contain files tracked by git.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 1555ea47d4a..d7be8c396f0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /build +/src/mongo/db/modules /.jsdbshell /.dbshell /.sconsign.dblite |