Merge branch 'nd/maint-ignore-exclude'
[gitweb.git] / builtin / merge.c
index 1712b93e45851fe6160dbab77dc23334cb96be14..8a7bebd96acfb8f627352216ca2f8e344e8d4a53 100644 (file)
@@ -775,7 +775,7 @@ int checkout_fast_forward(const unsigned char *head, const unsigned char *remote
        memset(&t, 0, sizeof(t));
        memset(&dir, 0, sizeof(dir));
        dir.flags |= DIR_SHOW_IGNORED;
-       dir.exclude_per_dir = ".gitignore";
+       setup_standard_excludes(&dir);
        opts.dir = &dir;
 
        opts.head_idx = 1;