Code

Merge branch 'nd/maint-ignore-exclude' into maint-1.7.7
[git.git] / builtin / checkout.c
index a7a493cecf08b20f32e4161dd5009fd2c3b97448..7ea9f29aa6d24edf44431161208a306798e69623 100644 (file)
@@ -411,7 +411,7 @@ static int merge_working_tree(struct checkout_opts *opts,
                topts.fn = twoway_merge;
                topts.dir = xcalloc(1, sizeof(*topts.dir));
                topts.dir->flags |= DIR_SHOW_IGNORED;
-               topts.dir->exclude_per_dir = ".gitignore";
+               setup_standard_excludes(topts.dir);
                tree = parse_tree_indirect(old->commit ?
                                           old->commit->object.sha1 :
                                           EMPTY_TREE_SHA1_BIN);