diff options
author | Eliot Horowitz <eliot@10gen.com> | 2014-01-07 17:33:11 -0500 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2014-01-09 14:21:50 -0500 |
commit | ab60e47f8aaa989f276ae9bab7a75c03633f82c7 (patch) | |
tree | af28591589a0a282a917e0b0effa6e426a7aa479 /.gitignore | |
parent | 6f6628fafff4d5864f1a82dd2b8591329bd0e984 (diff) | |
download | mongo-ab60e47f8aaa989f276ae9bab7a75c03633f82c7.tar.gz |
ignore fuse files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 0c9e908cadb..15d8933d63f 100644 --- a/.gitignore +++ b/.gitignore @@ -131,6 +131,7 @@ debian/mongodb #osx .DS_Store ._.DS_Store +*.fuse_* # QtCreator *.config |