diff options
author | Andrew Morrow <acm@10gen.com> | 2013-10-26 09:52:06 -0400 |
---|---|---|
committer | Andrew Morrow <acm@10gen.com> | 2013-11-04 10:42:59 -0500 |
commit | ccf75cf8300d5e050d524da82bdec03d8d6e303f (patch) | |
tree | 6f9c886643bda0b05ed0322b84948380e7f34688 /.gitignore | |
parent | 4506877ce60378c2d1359e534d4b4c5f0b3e8239 (diff) | |
download | mongo-ccf75cf8300d5e050d524da82bdec03d8d6e303f.tar.gz |
Only ignore 'tags' in root of tree
Otherwise rsync --filter=":- .gitignore" drops .git/refs/tags
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 698b43caf76..0c9e908cadb 100644 --- a/.gitignore +++ b/.gitignore @@ -56,7 +56,7 @@ config.log settings.py log_config.py -tags +/tags TAGS failfile.smoke |